Jump to content

Help stopping an application


Recommended Posts

To name a few.....

ProcessClose(), WinClose() and WinKill()

Winclose and Winkill not working because I want to kill a fullscreen application which I am in, but will try ProcessClose, thx

e: processclose is not working as well, Don't know why, what should I try to make my script runable in a fullscreen application?

Edited by wakummaci
Link to comment
Share on other sites

It does.. If I try to shut total commander or my documents with win kill / processclose it works but not on the fullscreen application

Look here, work fine:

While 1
    If WinExists("My Documents") Then
        WinKill("My Documents")
    EndIf
    Sleep(10)
WEnd

When the words fail... music speaks.

Link to comment
Share on other sites

It does.. If I try to shut total commander or my documents with win kill / processclose it works but not on the fullscreen application

As I have already said, this works... because my documents is not a full screen application.

Yes nothing happens.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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