Jump to content

Recommended Posts

Posted

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
Posted

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)

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...