It can be very useful to pass parameters from a Windows Batch Script to VBScript. For this to work, a user will pass parameters to […]
Continue readingTag: Batch
Call VBScript from a Windows Batch Script
This very easy bit of code will call a VBScript script from a Windows Batch Script: call script.vbs
Continue readingOutput the Date in a Windows Batch Script
This simple script will output the date in the MMDDYYYY format. The script can be used to enhance other scripts, for log files, etc. @echo […]
Continue reading