On 19/11/06, Rik Tindall <[EMAIL PROTECTED]> wrote:
Perhaps that is their way of saying 'spare all of us this [EMAIL PROTECTED] pain, and install it on your [EMAIL PROTECTED] hard drive' ;-)
This machine belongs to my employer - so installing on this hard drive isn't an option.
> Also, what would you normally use to kill a program that's stopped > responding? Is there something like task manager in windoze? $ ps -ax (to obtain the process id) | grep 'what_ur_after ' (to filter out the rest) # top k [pid]
Cheers, this is helpful.