Skip to content

Instantly share code, notes, and snippets.

@utarn
Created May 17, 2018 00:57
Show Gist options
  • Save utarn/87ecda08e90f5a12bb35a25815ece179 to your computer and use it in GitHub Desktop.
Save utarn/87ecda08e90f5a12bb35a25815ece179 to your computer and use it in GitHub Desktop.
Run failover.bat without window
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & ".\failover.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