About 50 results
Open links in new tab
  1. 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. Converter. I DON'T …

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

  3. 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, 8 months ago Modified 4 years, 8 months ago Viewed 11k times

  4. How to run a file using VisualBasicScript (.vbs) - Stack Overflow

    Jun 5, 2009 · How can I run a file with VisualBasicScript (.vbs)? The file is 'file.bat' and it's located in the same dir as the .vbs.

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

  6. vbscript - How to open webpage in VBS - Stack Overflow

    Nov 5, 2015 · How to open webpage in VBS Asked 10 years, 3 months ago Modified 4 years, 9 months ago Viewed 33k times

  7. VBScript -- Using error handling - Stack Overflow

    Oct 1, 2008 · I want to use VBScript to catch errors and log them (ie on error "log something") then resume the next line of the script. For example, On Error Resume Next 'Do Step ...

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

  9. vbscript - How to run a .vbs from a .bat - Stack Overflow

    Jun 2, 2011 · Created an extensive batch script program to handle some automated file management and printing and I need to call a vbs file for its sendkeys operation. Is there a way to accomplish this …

  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 call/run the other. For