[Help] Please help me make this ahk script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
redroajs1
Posts: 1
Joined: 21 Oct 2017, 16:40

[Help] Please help me make this ahk script

21 Oct 2017, 16:50

I want to make a .ahk script that deletes the text moz-extension://a153f93d-eea3-42cc-9998-77868fb5d5a6/html/background_color.html whenever it finds it. Someone, please help. d TT n TT b
User avatar
Exaskryz
Posts: 2882
Joined: 17 Oct 2015, 20:28

Re: [Help] Please help me make this ahk script

21 Oct 2017, 21:14

You should use a SetTimer to repeat this periodically.

Then use If and FileExist() to check for the file.

If it's found, use FileDelete. Or you can just always do a FileDelete, if it exists, it'll delete; if it doesn't, it won't do anything.

Signal the end of your label with return.

If this is the only thing in your script, add #Persistent to keep the script open.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, Joey5, Nerafius, RandomBoy and 154 guests