Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters
Message
From
12/12/2000 17:56:24
 
 
To
12/12/2000 17:37:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00452595
Message ID:
00452609
Views:
19
>>c:\temp.exe "file1", "file2", "file3"
>>Is this correct?
>
>Nope, like this:
>
>c:\temp.exe file1 file2 file3

You can use the quotes, but not the commas. You must use double-quotes, though. Single quotes are seen as part of the string.
e.g.
c:\temp.exe "parm1" "parm2" "third parameter"
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform