Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any way to specify working directory with 'run' command?
Message
De
28/10/1999 12:32:25
Allen Hanna
H. A. Hanna Associates
Indianola, Indiana, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00282962
Message ID:
00283160
Vues:
23
>Is there any way to specify the working directory when using the
>run command? Working directory meaning that which you would
>specify in a windows shortcut as 'start in'.
>
>Thanks!
>Joe

Joe,

You could create a batch file and run the batch file from fox. For example,
mybatch.bat could contain the following:

cd \newdir
myprogram.exe

Or, any combination of dos commands to go where you want and do what you want. You could even use foxpro logic to create the batch file before fox runs it, although that might be a more complicated way to go.

Allen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform