About 51 results
Open links in new tab
  1. How to run VBScript from command line without Cscript/Wscript

    Apr 15, 2014 · 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 WANT TO SPECIFY THE FULL …

  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] Ask Question Asked 4 years, 11 months ago Modified 4 years, 11 months ago

  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 - Error - "There is no script engine for file extension .vbs ...

    Jul 20, 2013 · The problem is caused by associating .vbs files with a program other than Microsoft Windows Based Script Host (the default). In my case, I had associated the files with Notepad++. I …

  7. vbscript - How to execute VBS? - Stack Overflow

    Not sure if I understand your question correctly, but have a look at how to use the Microsoft Script Control to execute VBScript code within your application, i.e. code in a textbox control. If you just …

  8. parameters - Can I pass an argument to a VBScript (vbs file launched ...

    When I run the script I want to pass the value of the "workFolder" variable. How can I do this? Can I do it? Something like "cscript test.vbs workFolder:'C:\temp\'" perhaps? Bonus question: Is it neccessary …

  9. Run a vbscript from another vbscript - Stack Overflow

    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

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