About 51 results
Open links in new tab
  1. 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.

  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. parameters - Can I pass an argument to a VBScript (vbs file launched ...

    Can I pass an argument to a VBScript (vbs file launched with cscript)? Asked 15 years, 8 months ago Modified 5 years, 9 months ago Viewed 309k times

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

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

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

  6. how can we simulate keyboard keys using vbs? - Stack Overflow

    Apr 2, 2017 · @AnsgarWiechers I want to find out all options we have for simulating keyboard keys using vbs so I can better assess what I can do with it.

  7. VBScript - How to make program wait until process has finished?

    B - myScript.vbs ~~~~~~~~~~~~ myScript.vbs opens up the first 3 arguments which are Excel files. One of them is a *.xlsm file that has my VBA macro. myScript.vbs then uses the 4th argument which is a …

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

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

  10. VBS vs PowerShell: Which is lighter? - Stack Overflow

    Aug 5, 2015 · C++ is heavier than that and VBS is even heavier, and C# is even heavier, and they are lighter than PowerShell. Of course each one also requires more effort to produce a solution than …