budi4747 / wintee

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

<crtl>+<c> --> strange output, -i crashing #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Every time I use wtee with –i wtee crashes. 

If I use it without –i, and try to stop the batch with <crtl> + <C>, nothing 
happens except “^C” is printed on the console. If I <crtl> + <C> a few 
times more, I get this:

^CThe process tried to write to a nonexistent pipe
^CThe process tried to write to a nonexistent pipe
The process tried to write to a nonexistent pipe.
The process tried to write to a nonexistent pipe.
The process tried to write to a nonexistent pipe.

If I press <y>, and then <Enter> I get:

y
^CTerminate batch job (Y/N)?

If I then press <y>, and then <Enter> the batch stops and shows me the prompt.

I am using Windows 7 64bit.

Original issue reported on code.google.com by dado.jos...@gmail.com on 15 Sep 2012 at 4:31

GoogleCodeExporter commented 9 years ago
exit | sqlplus  %usr%/%passwd%@%db% @%file%>>%file%_LOG

the o/p of this query results in : "The process tried to write to a nonexistent 
pipe error in batch program"

Help needed to fix it out.

Thanks in advance.

MK

Original comment by pensiveg...@gmail.com on 21 Oct 2012 at 11:04