Saved Bookmarks
| 1. |
Solve : Command continuation in a batch file? |
|
Answer» How could be a command continuated on the next line in a MS DOS batch file, similarly to the way the sign '\' makes it in UNIX. For instance, COMPILATION or LINKING of many files.I am not aware there is one. Simply keep typing in your editor. If the line wraps so be it. When you finally hit enter it will create a newline character which the command processor will recognize. This is ALSO true of commands typed at the command prompt. |
|