About 23,500,000 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. 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.

  3. Calling a .vbs script from Excel VBA - Stack Overflow

    Aug 21, 2015 · 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?

  4. How to run VBScript from command line without Cscript/Wscript

    Apr 15, 2014 · WScript "D:\VBS\Converter.vbs" Now I would like to execute above VBScript without Cscript or Wscript command by simply typing the name of VBscript name i.e. …

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

  6. VBScript - How to make program wait until process has finished?

    myScript.vbs then uses the 4th argument which is a PATH to a folder that contains multiple files and assigns that to a variable for passing to a FileSystemObject object when calling …

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

  8. Run Excel Macro from Outside Excel Using VBScript From …

    Apr 19, 2012 · I'm trying to run an Excel macro from outside of the Excel file. I'm currently using a ".vbs" file run from the command line, but it keeps telling me the macro can't be found. Here is …

  9. How to copy a file from one folder to another using VBScript

    How can I copy a file from one folder to another using VBScript? I had tried this below one from the information provide on the internet: dim filesys set filesys=CreateObject("Scripting.

  10. How do I run a VBScript in 32-bit mode on a 64-bit machine?

    Apr 17, 2015 · If I run the VBScript through IIS on my 64-bit machine (as a ASP file) I can select that it should run in 32-bit mode. It can then find the provider. How can I make it find the …