Quote:
Originally Posted by HarryT
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
|
Now fill in the <whatever needs to be copied> with the actual destination as seen under Windoze 10 from within a batch file.
(It is a childish question - garbage in, garbage out)
You are a moderator, you are welcome to delete anything you do not like here.