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

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

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

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

  6. Run a vbscript from another vbscript - Stack Overflow

    Nov 6, 2009 · 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

  7. vbscript - How do I get the Date & Time (VBS) - Stack Overflow

    Aug 10, 2011 · How do I get the current date and time using VBS (for Windows. I'm not looking for VBScript for ASP/ASPX or webpages).

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

    Nov 5, 2015 · How to open webpage in VBS Ask Question Asked 10 years, 5 months ago Modified 4 years, 10 months ago

  9. 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, 10 months ago Modified 4 years, 10 months ago

  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 …