KnowledgeSponge Posted September 30, 2004 Posted September 30, 2004 Question here. Why are you using inputbox vs msgbox? if you want to use msgbox just do $start = msgbox(4, "AutoIt Startup Script - B1@(K-R34P3R", "Run AutoIt Startup Script by B1@(K-R34P3R?") If $start = 6 Then yer code Else Exit EndIf
JSThePatriot Posted September 30, 2004 Posted September 30, 2004 Just as a note... I think this code could be a lot smaller. Using the Run(@ComSpec) would be helpful... I could have it open the url... I could have it open the .chm. I can also have it open my documents and the folder you want... That is what I would do. I think it would shorten your code. There would be some variables assigned at the top... Then you would have a run() and then a winwaitactive() and so on down the list. Let me know if you want me to help rewrite the script smaller. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
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