Computer Hope

Microsoft => Microsoft Windows => Windows XP => Topic started by: rbleskow on May 11, 2008, 08:23:28 AM

Title: Need help with Windows XP - BATCH FILES
Post by: rbleskow on May 11, 2008, 08:23:28 AM
In Windows XP Pro;
I know how to run sequential programs in a batch file on my desktop. What I need to know, is, how do I terminate these applications I have executed, by using another batch file?   ???
Title: Re: Need help with Windows XP - BATCH FILES
Post by: DaveLembke on May 11, 2008, 08:43:36 AM
Terminate by PID ( Process ID )

taskkill [/s Computer] [/u DomainUser [/p Password]]] [/fi FilterName] [/pid ProcessID[/b]]|[/im ImageName] [/f][/t]