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...
Hi,
Well, I'm new to VBScript, and am having a perplexing problem.
Here is a snippet:
CmdLine = "cacls " & ThisFolder & "*.* > "& ThisFolder & "acls.txt"
Cmd.Run CmdLine
ThisFolder is the directory for which we need to record ACLs. Anyhow, though it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.