Need help in DOS batch redirected output file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
lalit_asky
Posts: 1
Joined: 09 Dec 2011 05:39

Need help in DOS batch redirected output file

#1 Post by lalit_asky » 09 Dec 2011 05:45

I have a batch file which redirects its output to a file say file1.txt.
this batch takes some time to complete has to for for some time for the output to generate, during that time my output file will be filled with characters like 1> 2> 3> 4> ....which represents the seconds it has to wait before it starts getting output. I dont want these 1> 2> 3> to come in my otput file. How can I do that ??

aGerman
Expert
Posts: 4736
Joined: 22 Jan 2010 18:01
Location: Germany

Re: Need help in DOS batch redirected output file

#2 Post by aGerman » 09 Dec 2011 11:45

I never heard something about such a behaviour. I assume it's impossible to help you without knowing your batch code.

Regards
aGerman

Post Reply