wakummaci Posted August 14, 2008 Posted August 14, 2008 I've already searched the help for it , but I can't find any commands that can kill running applications, I read the faq as well, thx for any help!
AdmiralAlkex Posted August 14, 2008 Posted August 14, 2008 To name a few..... ProcessClose(), WinClose() and WinKill() .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
wakummaci Posted August 14, 2008 Author Posted August 14, 2008 (edited) 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, thxe: processclose is not working as well, Don't know why, what should I try to make my script runable in a fullscreen application? Edited August 14, 2008 by wakummaci
oMBRa Posted August 14, 2008 Posted August 14, 2008 dsnt matter if the application is fullscreen... try to use Au3Info.exe to get the name of the window then close it with winkill
wakummaci Posted August 14, 2008 Author Posted August 14, 2008 It does.. If I try to shut total commander or my documents with win kill / processclose it works but not on the fullscreen application
Andreik Posted August 14, 2008 Posted August 14, 2008 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
wakummaci Posted August 15, 2008 Author Posted August 15, 2008 It does.. If I try to shut total commander or my documents with win kill / processclose it works but not on the fullscreen applicationAs I have already said, this works... because my documents is not a full screen application.Yes nothing happens.
Andreik Posted August 15, 2008 Posted August 15, 2008 As I have already said, this works... because my documents is not a full screen application.Yes nothing happens.Open My Document and then press F11 to make full screen and then run code from post#6.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now