Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RUN/! Command Fail
Message
From
03/01/2002 15:23:34
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00600074
Message ID:
00600458
Views:
17
>This happens only from a CD-ROM.
>
>I prepared a forms with some options incluted on the distribution CD on my application. I need to call some freewares programs, everything works fine form my hard drive.
>
>This is the code:
>
>mrutap= FULLPATH(CURDIR()) &&Return current Disk and directory--> WORKS FINE
>
>RUN &mrutap\freewares\dir1\filename.exe

In case your path has some embedded spaces, this will not work. You'd have to surround your command with quotes or use name expressions:

RUN "&mrutap\freewares\dir1\filename.exe"

or

RUN (mrutap+"\freewares\dir1\filename.exe")

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform