Split command across lines

Posted by Yassin on Stack Overflow See other posts from Stack Overflow or by Yassin
Published on 2010-05-23T17:39:58Z Indexed on 2010/05/23 17:51 UTC
Read the original article Hit count: 263

Filed under:
|
|
|
|

In Linux shell, one can split a command across several lines using \. For example:

cmd \
  arg1 \
  arg2

How can I do the same using Windows console?

Thanks!

© Stack Overflow or respective owner

Related posts about Windows

Related posts about shell