how do we extend a command to next line?
basically whats the windows alternative for linux\'s
ls -l \\ /usr/
here we use backslash
The caret character works, however the next line should not start with double quotes. e.g. this will not work:
C:\ ^ "SampleText" ..
Start next line without double quotes (not a valid example, just to illustrate)