خبریں

Is there a way for a single command in a batch file to span multiple lines?In unix one can docommand -optionOne=bla \\ -optionTwo=foo \\ -optionN=bar;But in windows batch files?