How do I make long commands go over multiple lines in a Vista/DOS batch file?
|
|
I believe you can break up long lines with the caret ^ as long as the next line starts with a space. copy file1.txt file2.txt would be written as: copy file1.txt^ |
||||||||||
|
