Skip to content

Instantly share code, notes, and snippets.

@MarkZhangTW
Created May 10, 2022 05:57
Show Gist options
  • Save MarkZhangTW/97b9ffbf628df2d437d1507da83075b2 to your computer and use it in GitHub Desktop.
Save MarkZhangTW/97b9ffbf628df2d437d1507da83075b2 to your computer and use it in GitHub Desktop.
Pause if bat is executed by double clicked.
for %%x in (%cmdcmdline%) do if /i "%%~x"=="/c" pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment