Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run command
Message
 
 
To
28/01/2007 12:52:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01189918
Message ID:
01189919
Views:
10
This message has been marked as the solution to the initial question of the thread.
A file name with spaces has to be enclosed in double quotes.
lcCmd = ["C:\program files\sample dir\sample.exe"]
RUN  &lcCmd
>a='C:\sample\sample.exe'
>RUN &a
>
>works fine
>
>but
>
>a='C:\program files\sample dir\sample.exe'
>RUN &a
>
>does not work, what is wrong
>
>best regards
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform