frankfisher
Programmer
Hi,
I'm new to VBScript, and am trying to automate the backup of our virtual servers. Basically, I need to know when my pkzipc operation completes.
This presents difficulty because WScript.Shell doesn't wait for termination before it continues, a feature the other %99.9 of the time.
My best guess is that if I can scan the process table for
pkzipc's running, I can safely decide if it's time to proceed.
Any thoughts on where I should look to figure this out? Is my method a viable one?
Thanks
Frank
"If only I could cron taking out the garbage"
I'm new to VBScript, and am trying to automate the backup of our virtual servers. Basically, I need to know when my pkzipc operation completes.
This presents difficulty because WScript.Shell doesn't wait for termination before it continues, a feature the other %99.9 of the time.
My best guess is that if I can scan the process table for
pkzipc's running, I can safely decide if it's time to proceed.
Any thoughts on where I should look to figure this out? Is my method a viable one?
Thanks
Frank
"If only I could cron taking out the garbage"