About 51 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. 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 directory as …

  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. Calling a .vbs script from Excel VBA - Stack Overflow

    Oct 30, 2012 · Is it possible to call a .vbs script from a VBA code whenever needed? If possible then can you give me a sample code of how to do so?

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

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

  8. Using command line arguments in VBscript - Stack Overflow

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

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