Jump to content

Recommended Posts

Posted (edited)

If you are running under any Vista, or XP Pro/Media Center, then you can close it with the command line.

Taskkill /f /im ProcessName.exe
Edited by Shadowstar

Molenoid Fan Girl! And fully fledged nerd-bird! And soon to be Cosplayer~

Posted

I would use winkill or processclose, but have included a method to use taskkill.

WinKill("[CLASS:Notepad] ", "")
ProcessExists("notepad.exe")

#include <Process.au3>
$rc = _RunDos("Taskkill /f /im Notepad.exe")

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...