Quote:
Originally Posted by knc1
No need.
Just wait for a Windoze user to answer the "HowTo write an endless loop" batch file question.
|
Can we lose the childish mis-spellings, please?
Writing an endless loop in a Windows batch file is very easy:
Code:
start:
copy <whatever needs to be copied>
goto start