23.11.2014, 21:25
:o
Fixed!
Actually it gets the output of stdout, so I would rather redirect stderr to stdout, or dump stderr's output into a file via command.
I've added
for this.
Thank you very much.
Fixed!
Quote:
2) That callback should probably differentiate between stdout and stderr for incoming messages.
|
Quote:
3) An execute function that doesn't reaturn a handle may also be useful. At the moment if you don't care about it, you have to discard the result manually. Or just this:
pawn Код:
|
pawn Код:
SHELL::System(const cmd[])
Thank you very much.