Page 1 of 1

killing a process started by exec cmd

Posted: Mon Oct 01, 2007 5:52 am
by pinkygoyal
i need to kill a process started by exec cmd, to cancel the downloading..how it can be done?

Posted: Mon Oct 01, 2007 5:56 am
by jeffery
what do you mean by "cancel the downloading"

Posted: Mon Oct 01, 2007 7:47 am
by VladSun
Please, explain...
And what is the server OS?

Posted: Mon Oct 01, 2007 8:58 am
by pinkygoyal
actually i have a script to copy some folder from one location to another at the server. i use copy command for that and execute copy command by 'exec' . now if in between the execution i want to cancel that copy . how i can do that??