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

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

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

  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. 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. Is it better to use NOT or <> when comparing values?

    If NOT boolValue1 Then and when a comparison is made in the case of the first example a Boolean value is returned. either the values are equal True, or they are not False. So using the NOT operator …

  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 …