Posted: December 03 2002 at 14:59 | IP Logged
|
|
|
Steve,
Sorry its taken so long to respond. Ive been out of town for the Thanksgiving holidays.
There is no way to make the script run asynchronously from within PowerHome. However, based upon your description of what you are doing, it doesn't sound as if you need the script to run within PowerHome. If the script is not directly attempting to control PowerHome using the PH functions, then you should be able to have PowerHome execute a vbscript asynchronously from the command line. Even if you are doing some control in the script, you should be able to split the script so that the time-consuming upload portion is by itself and able to be launched from the command line.
Depending upon the version of Windows you are using and whether or not you've installed Microsoft scripting, just make sure that the script has the extension ".vbs" and launch it using the macro command "Launch App". If your script was named "upload.vbs" then your Send Keys parameter for the Launch App command would be "wscript upload.vbs". This will launch the script asynchronously and PowerHome will not wait for it to finish.
Dave.
|