Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Waiting for Command Line Utility
Message
From
14/04/2006 03:52:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Waiting for Command Line Utility
Miscellaneous
Thread ID:
01113671
Message ID:
01113671
Views:
56
Hi All. I want to run a command line (console) program and wait for it to complete before continuing with my app. I am using:
oShell = CREATEOBJECT( 'WScript.Shell' ) 
oShell.RUN( TRUN_CMD, .T. ) 
I have used this same code to run other Windows apps and it works. Does this code also work correctly for running console apps / DOS apps? Just looking for confirmation that the technique is right for DOS apps as well.

Thanks
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Next
Reply
Map
View

Click here to load this message in the networking platform