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