Search found 2 matches
- Thu Nov 17, 2005 6:03 am
- Forum: Beginners
- Topic: Pass parameter to created exe?
- Replies: 2
- Views: 4596
- Thu Nov 17, 2005 4:45 am
- Forum: Beginners
- Topic: Pass parameter to created exe?
- Replies: 2
- Views: 4596
Pass parameter to created exe?
Hi, I have written a script and want to compile it as an exe. When i run the exe from the command line, i want to pass it a filename to be used in the script. How do i go about doing this?! An example of what i am imagining for the command line call is: c:\DownloadFile.exe Datafile.xls where Downloa...