Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created December 8, 2013 14:02
Show Gist options
  • Save jbutko/7857977 to your computer and use it in GitHub Desktop.
Save jbutko/7857977 to your computer and use it in GitHub Desktop.
cmd.exe, Windows: Run a Windows (“DOS”) batch cmd script minimized
if not "%minimized%"=="" goto :minimized
set minimized=true
start /min cmd /C "%~dpnx0"
goto :EOF
:minimized
rem Anything after here will run in a minimized window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment