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...
I'm not a vbs expert, but could you send a Content-type header?
Frank Fisher
"Never underestimate the bandwidth of a station wagon full of tapes"
I didn't mention it, but it may be useful to know that Cmd in the snippet was initialized thusly:
Set Cmd = CreateObject("WScript.Shell")
Frank
"Who's General Failure, and why is he reading my hard-drive?"
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.