Valuater Posted November 10, 2005 Posted November 10, 2005 (edited) I love it... great idea... Dim $AutoIt_Beta_Exists = FileExists(@ProgramFilesDir & "\AutoIt3\beta\AutoIt3.exe") Dim $SciTe_Exists = FileExists(@ProgramFilesDir & "\AutoIt3\SciTe\SciTe.exe") If Not $AutoIt_Beta_Exists Then $DownLoad_AutoIt_Beta = "http://www.autoitscript.com/autoit3/files/beta/autoit/" DllCall("shell32.dll", "long", "ShellExecute", "hwnd", 0, "string", 'open', "string" _ , $DownLoad_AutoIt_Beta, "string", '', "string", @ScriptDir, "long", @SW_SHOWNORMAL) EndIf If Not $SciTe_Exists Then $DownLoad_SciTe_Editor = "http://www.autoitscript.com/autoit3/scite/downloads.php" DllCall("shell32.dll", "long", "ShellExecute", "hwnd", 0, "string", 'open', "string" _ , $DownLoad_SciTe_Editor, "string", '', "string", @ScriptDir, "long", @SW_SHOWNORMAL) EndIf 8) Edited November 10, 2005 by Valuater
Moderators SmOke_N Posted November 10, 2005 Moderators Posted November 10, 2005 (edited) Blah!! Yeah! You could of PM'd that rather than starting a WHOLE THREAD on it !! Edited November 10, 2005 by ronsrules Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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