Created
June 18, 2024 17:46
-
-
Save misabitencourt/f658186fbbb5ed6887c4558d9a42bf5f to your computer and use it in GitHub Desktop.
Start windows background process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set WshShell = CreateObject("WScript.Shell") | |
WshShell.Run chr(34) & "C:\path\to\your\batchfile.bat" & Chr(34), 0 | |
Set WshShell = Nothing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment