|
suppress warning messages
from my previous post, on how to write the output of a command to a string; to extend it:
i'm now using system() to execute a command. it writes the output to the file i want, but also prints some messages and warnings to std out. is there a way i can suppress these messages which arent written to file?
thanks in advance (again).
|