/wizard.ahk
http://7plus.googlecode.com/ · AutoHotKey · 14 lines · 13 code · 0 blank · 1 comment · 1 complexity · 8fa0b8eab250e0ae4c427c0ddde5d9fa MD5 · raw file
- ;Some first run intro
- wizardry:
- MsgBox, 4,,Welcome to the ultimate windows tweaking experience!`nBefore we begin, would you like to see a list of features?
- IfMsgBox Yes
- run http://code.google.com/p/7plus/wiki/Features
- MsgBox, 4,,At the beginning, you should configure the settings and activate/deactivate the features to your liking. You can access the settings menu later through the tray icon or by pressing CTRL+H. Do you want to open the settings window now?
- IfMsgBox Yes
- GoSub SettingsHandler
- while(WinExist("7plus Settings"))
- Sleep 100
- Tooltip(1, "That's it for now. Have fun!", "Invalid Command","O1 L1 P99 C1 XTrayIcon YTrayIcon I1")
- SetTimer, ToolTipClose, -5000
- IniWrite, 0, %A_ScriptDir%\Settings.ini, General, FirstRun
- return