rbuhl / wintee

Automatically exported from code.google.com/p/wintee
1 stars 0 forks source link

Extra character at beginning of both standard out and file #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using wtee a single extra character is printed as the very first
character, both on standard out and in the file.

In the file, it's ascii character 0C.  On the screen, it shows as the woman
symbol (circle with cross below)

Original issue reported on code.google.com by goo...@gmail.com on 18 Nov 2009 at 10:43

GoogleCodeExporter commented 9 years ago
Actually, the character is caused by using the CLS command in the batch file.

standard out is not cleared, and the character is shown instead.

Original comment by goo...@gmail.com on 18 Nov 2009 at 10:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here's the batch files I use to reproduce this behavior, along with the 
generated
text file and a screenshot of my CMD window.

I'm using Windows XP Professional SP3.

Original comment by goo...@gmail.com on 7 Apr 2010 at 9:43

Attachments:

GoogleCodeExporter commented 9 years ago
Is there any way to not interfere with the CLS command?  I really need to clear 
the console screen at times.  Also is there any way to prevent seeing that 
weird character?

I was very excited about using this tool until I realized it doesnt handle CLS 
the way one would expect.  If you know of another command line tool for Windows 
that can handle CLS, please let me know.

Thanks!

Original comment by michael....@gmail.com on 19 Apr 2012 at 3:03