spizkapa
06-13-2003, 10:02 AM
Hi all,
I was wondering if anyone knows of a good way to let the user know that a process has finished. In particular, I program in C exclusively and I'd like to know when a process of mine has terminated (gracefully) so that I can check the results that it's produced.
One of the ways I've found is to print the bell character on the command line so that the process "beeps" before it dies. the problem is that I hardly ever hear it even if it beeps for a while...
Another way is to use something simple like emailing myself at the end of process but emails can also take some time to arrive.
Any ideas?
I was wondering if anyone knows of a good way to let the user know that a process has finished. In particular, I program in C exclusively and I'd like to know when a process of mine has terminated (gracefully) so that I can check the results that it's produced.
One of the ways I've found is to print the bell character on the command line so that the process "beeps" before it dies. the problem is that I hardly ever hear it even if it beeps for a while...
Another way is to use something simple like emailing myself at the end of process but emails can also take some time to arrive.
Any ideas?