This is basically what I want in a batch file. I want to be able to re-run \"Do Stuff\" whenever I press any key to go past the \"Pause\".
while(true){
Unlimited loop in one-line command for use in cmd windows:
cmd
FOR /L %N IN () DO @echo Oops