Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run dos program and wait.
Message
 
To
09/08/2004 16:37:27
Scott Sherman
Puyallup Tribal Health Authority
Tacoma, Washington, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00931875
Message ID:
00931890
Views:
23
It might also be helpful to be aware that the /N in the run command will cache the DOS run and immediately execute the next line of code before the DOS process is complete.


>I have the need to fire off a DOS program but I need know when it finishes. If I use the below code, the program kicks off just fine but it is in no wait mode so I have no idea when it finishes. If I remove the /N from the RUN statement in hopes that the FoxPro program with wait, the program crashes. Does anyone have any idea how I can make FoxPro wait for the DOS program? The help says something about .pif files but I do not know how to create or use these either.
>
>SLIMCOMMANDLINE = 'SLIMBATCH ' + '/IMPORT=("' + m.assettextfilename ;
> + '","' + m.assetsisfilename + '")' ;
> + ' /IMPORT=("' + m.transtextfilename + '","'
> + m.transsisfilename + '")' ;
> + ' /TRUVP=("' + m.exportfilename + '")'
>
>RUN /N &SLIMCOMMANDLINE
>
>** Please and thank you in advance.
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform