Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RUN/! Command Fail
Message
De
03/01/2002 15:23:34
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00600074
Message ID:
00600458
Vues:
16
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform