1 2 3 4 5
@ECHO OFF @ECHO stdOut: first line @ECHO stdOut: second line @ECHO stdErr: first line 1>&2 @ECHO stdErr: second line 1>&2