Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run (filename with spaces) ?
Message
From
22/02/2003 22:25:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Run (filename with spaces) ?
Miscellaneous
Thread ID:
00756665
Message ID:
00756665
Views:
46
How do I get VFP 7.0 to RUN a file that has spaces in the path.

Neither of these work.
lc = 'C:\Set Time\settime.bat'
! &lc

lc = ["C:\Set Time\settime.bat"]
! &lc

But this does
lc = 'C:\SetTime\settime.bat'
! &lc

I'm trying to run an EXE that is in C:\Program Files\, so I can't rename the directory.

TIA
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform