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.