| |
Krabat
Posts: 3
Score: 0
Joined: 2/8/2003
From:
Status: offline
|
If the "SomeFunction()" is another script, you can execute it via the: bolWaitOnReturn = True Set objShell = CreateObject(WScript.Shell) returnCode = objShell.Run(your_script, parameters, bolWaitOnReturn) Now the script waits for your_script to finish (only if bolWaitsOnReturn is "True") and then goes on with further command execution. Hope it helps. cu, Krabat
|
|