Skip to content

Instantly share code, notes, and snippets.

@Park-Ju-hyeong
Created March 15, 2019 08:07
Show Gist options
  • Save Park-Ju-hyeong/021da09e2dd5729285e3b9d52330f753 to your computer and use it in GitHub Desktop.
Save Park-Ju-hyeong/021da09e2dd5729285e3b9d52330f753 to your computer and use it in GitHub Desktop.
배치파일 백그라운드에서 실행
Set WinScriptHost = CreateObject( "WScript.shell" )
WinScriptHost.Run Chr(34) & "C:\Users\jhpark\Documents\GitHub\GitAutoPush.bat" & Chr(34), 0
Set WinScriptHost = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment