Search found 1 match

by lalit_asky
09 Dec 2011 05:45
Forum: DOS Batch Forum
Topic: Need help in DOS batch redirected output file
Replies: 1
Views: 2558

Need help in DOS batch redirected output file

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 i...