What process are you running? Post some code.
It sounds completely normal however. If you post garbage, it complains and terminates. Whats wrong with that?
What process are you running? Post some code.
It sounds completely normal however. If you post garbage, it complains and terminates. Whats wrong with that?
Normal? For a win cmd.exe ?
It should work like this
----begin
c:\> dir [enter] / stdin <-
dir1 blebelbel / stdout ->
dir2 blebelbel / ..
dir3 blebelbel / ..
....
c:\> garbage [enter] /stdin <-
Unknown command.... /stderr ->
c:\> dir [enter] /stdin <-
dir1 blebelbel /stdout ->
dir2 blebelbe l /..
dir3 blebelbel /..
-----end
But works like this:
----begin
c:\> dir [enter] / stdin <-
dir1 blebelbel / stdout ->
dir2 blebelbel / ..
dir3 blebelbel / ..
....
c:\> garbage [enter] / stdin <-
Unknown command.... / stdout ->
[cmd.exe terminates] / ??? o.O
-----end
// edit:
Problem solved, it was external program setup fault. Damn.
Topic can be removed, because its a trash...
Last edited by devx; 25th November 2009 at 19:08.
Bookmarks