Supressing Console output 2007-09-04 - By Kartik CDS
Back Hi,
I have a C++ program where i call the system call
system("killall -9 MyProcess");
When i run the program and the Process "MyProcess" is not running, i get a message on my konsole *MyProcess: no process killed*
I dont want anything to be printed on the console when i run the programme, wheather or not "MyProcess" is running.
How can this be done?
Regards, Kartik CDS -- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
|
|