About 10,100,000 results
Open links in new tab
  1. windows - vbscript output to console - Stack Overflow

    Dec 7, 2010 · What is the command or the quickest way to output results to console using vbscript?

  2. How to set delay in vbscript - Stack Overflow

    Nov 13, 2009 · How to set delay in vbscript? WScript.Sleep(100) does not work on Windows XP, Vista.

  3. Getting current directory in VBScript - Stack Overflow

    Apr 22, 2013 · If you drop a file onto your vbs file (launcing the script in WScript with arguments), then the working dir will be C:\Windows\System32 (!) (even if the dropped file is in the same …

  4. How to copy a file from one folder to another using VBScript

    How can I copy a file from one folder to another using VBScript? I had tried this below one from the information provide on the internet: dim filesys set filesys=CreateObject("Scripting.

  5. How do I debug a stand-alone VBScript script? - Stack Overflow

    I have a VBScript script that takes 2 command-line arguments and does some validation. I need to debug this to see how the program is getting executed. I was trying to paste this into Excel …

  6. How to run VBScript from command line without Cscript/Wscript

    Apr 15, 2014 · WScript "D:\VBS\Converter.vbs" Now I would like to execute above VBScript without Cscript or Wscript command by simply typing the name of VBscript name i.e. …

  7. Using command line arguments in VBscript - Stack Overflow

    Nov 3, 2014 · How can I pass and access command line arguments in VBscript?

  8. In vbscript can you use two possible conditions in an if statement?

    Jun 14, 2014 · If you're just trying to test for an uninitialized variable then your If expression is actually redundant. All variables in VBScript are variants and all variants start out with a …

  9. vbscript - How to make a simple loop in .vbs - Stack Overflow

    May 28, 2021 · How to make a simple loop in .vbs [duplicate] Asked 4 years, 5 months ago Modified 4 years, 5 months ago Viewed 11k times

  10. Run a vbscript from another vbscript - Stack Overflow

    Nov 6, 2009 · How do I get a vbscript to run another vbscript? Id imagine its only a few lines of code but not tried doing this before, nothing is passed between the 2, one just needs to …