Jump to content

Need help to get a script tp delete its self


Jim M
 Share

Recommended Posts

I made this script to turn on the quick launch.

It goes in the startup folder.

It doesn't give any errors, the quick launch is turned on

but the script isn't deleted. So each time I start the

computer the quicklaunch get toggled on or off.

#include <Process.au3>

Dim $sleep

$sleep = 250

WinWait("","Running Applications");wait for start button

Send("{LWIN}")

sleep($sleep)

Send("{TAB}")

sleep($sleep)

Send("!{ENTER}")

sleep($sleep)

ControlClick("", "", 1107)

sleep($sleep)

ControlClick("", "", 12321)

sleep($sleep)

ControlClick("", "", 1)

_RunDOS("del @ScriptFullPath")

Exit

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...