Skip to content

Instantly share code, notes, and snippets.

@misabitencourt
Created June 18, 2024 17:46
Show Gist options
  • Save misabitencourt/f658186fbbb5ed6887c4558d9a42bf5f to your computer and use it in GitHub Desktop.
Save misabitencourt/f658186fbbb5ed6887c4558d9a42bf5f to your computer and use it in GitHub Desktop.
Start windows background process
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