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. Running Powershell from vbs with command as parameter

    Hey i want to run from an vbs script a powershell commando. Something like start powershell.exe and enter a specific command like Restart-Service. I thought something similar to this could work:

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

  8. Can you debug VBScript in Visual Studio? - Stack Overflow

    Apr 22, 2014 · First of all VBScript is an interpreted language and does not need to be compiled. But yes, you can debug your VBScript file inside Visual Studio. Under "Tools / External Tools" you have …

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

  10. Read line per line a txt file with VBS - Stack Overflow

    May 13, 2014 · Read line per line a txt file with VBS Asked 11 years, 8 months ago Modified 11 years, 8 months ago Viewed 65k times