Skip to content

Instantly share code, notes, and snippets.

@kg
Created October 15, 2024 21:24
Show Gist options
  • Save kg/26a25a945a73067bfef0636c8f5d3d2c to your computer and use it in GitHub Desktop.
Save kg/26a25a945a73067bfef0636c8f5d3d2c to your computer and use it in GitHub Desktop.
@echo off
:start
set /a var+=1
if %var% EQU 100 goto end
pwsh -c exit
goto start
:end
echo ran powershell %var% time(s).
pause
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment