G g0dspeed New Member Mar 22, 2008 #1 Hi, all. I think Shell(cmd,arg) is just run 'cmd' value. for example. Shell("wceload.exe","some1.cab /noui") Sleep(5000) ' <-- I don't want to sleeeep!!! Shell("(Some SoftwareResetProgram)","") I want to know run another application and wait while process is runnig.
Hi, all. I think Shell(cmd,arg) is just run 'cmd' value. for example. Shell("wceload.exe","some1.cab /noui") Sleep(5000) ' <-- I don't want to sleeeep!!! Shell("(Some SoftwareResetProgram)","") I want to know run another application and wait while process is runnig.
Erel B4X founder Staff member Licensed User Longtime User Mar 22, 2008 #2 Next version will include more options for Shell (including waiting for the process to end).
agraham Expert Licensed User Longtime User Mar 22, 2008 #3 g0dspeed said: I want to know run another application and wait while process is runnig. Click to expand... The Process object in my Threading library can do this. http://www.b4x.com/forum/showthread.php?t=1611 But you will have to be a registered user to download it!
g0dspeed said: I want to know run another application and wait while process is runnig. Click to expand... The Process object in my Threading library can do this. http://www.b4x.com/forum/showthread.php?t=1611 But you will have to be a registered user to download it!