Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. frankfisher

    Wait for Process Termination

    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...
  2. frankfisher

    Command Line Arguments Not Going Through w/ WScript.Shell?

    Wow, that did it. Thanks! -Frank
  3. frankfisher

    Calling a script from the web

    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"
  4. frankfisher

    Command Line Arguments Not Going Through w/ WScript.Shell?

    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?"
  5. frankfisher

    Command Line Arguments Not Going Through w/ WScript.Shell?

    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...

Part and Inventory Search

Back
Top