Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command line parameters
Message
From
15/12/1997 11:55:37
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00065954
Message ID:
00065955
Views:
34
>How can I pass command line parameters from my VFP created .exe into my code for use ? example MyExe /A causes form to do one thing, and MyExe /B caused it to do something else.
>
>Thanks In Advance

Add PARAMETER as first line of your first prg module, i.e. if you run 'Myexe.exe qwe' and first line is PARAMETER cString, then cString="qwe"
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform