Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing command line parameters
Message
From
14/11/2001 19:23:53
 
 
To
13/11/2001 23:57:28
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00581174
Message ID:
00581850
Views:
19
Try putting the entire run command in a variable, then use the macro substitution to execute it:

cmd = "! /n C:\work\acct\acct05.exe " + dtoc(prmstartdate) + " " + dtoc(prmenddate )

&cmd

You can check the cmd string to see that it contains exactly what you are trying to execute, and the macro substitution will do it.
Previous
Reply
Map
View

Click here to load this message in the networking platform