Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Need help with Windows XP - BATCH FILES  (Read 2223 times)

0 Members and 1 Guest are viewing this topic.

rbleskow

    Topic Starter


    Newbie

  • HOLY MOLEY!
    Need help with Windows XP - BATCH FILES
    « 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?   ???
    « Last Edit: May 11, 2008, 09:09:15 AM by rbleskow »

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Need help with Windows XP - BATCH FILES
    « Reply #1 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]