Search found 2 matches

by PJonDevelopment
01 Feb 2010 08:46
Forum: DOS Batch Forum
Topic: Redirecting both stdout and stderr to a single file... how?!
Replies: 2
Views: 5400

Redirecting both stdout and stderr to a single file... how?!

Greetings I know it seems a silly question, but I'm kinda stuck. I'm creating a bat that calls another one. OK so far so good. However I want to redirect both the stdout and stderr to the same file. I've tried call myOtherFile.bat 1>logFile.log 2>logFile.log and call myOtherFile.bat 1>logFile.log 2>...