This program runs Windows batch scripts silently in the background using a VBScript wrapper β no popup windows or visible console.
- Windows operating system.
- Download or clone this repository to your local machine.
- Open the
silent.vbs
file in a text editor (e.g., VS Code, Notepad++). - Replace
"PATH"
with the full path to your .bat script (e.g.,"C:\full\path\to\your\script.bat"
). - Save your changes, close the editor, and then run the file (
silent.vbs
).