You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

output.bat 122B

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