killing a process started by exec cmd

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pinkygoyal
Forum Newbie
Posts: 4
Joined: Mon Oct 01, 2007 4:48 am

killing a process started by exec cmd

Post by pinkygoyal »

i need to kill a process started by exec cmd, to cancel the downloading..how it can be done?
jeffery
Forum Contributor
Posts: 105
Joined: Mon Apr 03, 2006 3:13 am
Location: Melbourne, Australia
Contact:

Post by jeffery »

what do you mean by "cancel the downloading"
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Post by VladSun »

Please, explain...
And what is the server OS?
There are 10 types of people in this world, those who understand binary and those who don't
pinkygoyal
Forum Newbie
Posts: 4
Joined: Mon Oct 01, 2007 4:48 am

Post 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??
Post Reply