How to create an infinite loop in Windows batch file? - Stack Overflow

How to create an infinite loop in Windows batch file? - Stack Overflow

瀏覽:876
日期:2025-06-13
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){ Do Stuff Pause } Looks like there ar... ... I agree with jave.web you should use the for loop suggestion be...看更多