Last active
December 29, 2018 12:44
-
-
Save omid-ebrahimi/d07e71a22ebae1f66ef05b60d5b38a6e to your computer and use it in GitHub Desktop.
Run bat/cmd files in background
This file contains hidden or 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
| Dim WinScriptHost | |
| Set WinScriptHost = CreateObject("WScript.Shell") | |
| WinScriptHost.Run Chr(34) & "D:\...\file.cmd" & Chr(34), 0 | |
| Set WinScriptHost = Nothing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment