/wizard.ahk

http://7plus.googlecode.com/ · AutoHotKey · 14 lines · 13 code · 0 blank · 1 comment · 1 complexity · 8fa0b8eab250e0ae4c427c0ddde5d9fa MD5 · raw file

  1. ;Some first run intro
  2. wizardry:
  3. MsgBox, 4,,Welcome to the ultimate windows tweaking experience!`nBefore we begin, would you like to see a list of features?
  4. IfMsgBox Yes
  5. run http://code.google.com/p/7plus/wiki/Features
  6. 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?
  7. IfMsgBox Yes
  8. GoSub SettingsHandler
  9. while(WinExist("7plus Settings"))
  10. Sleep 100
  11. Tooltip(1, "That's it for now. Have fun!", "Invalid Command","O1 L1 P99 C1 XTrayIcon YTrayIcon I1")
  12. SetTimer, ToolTipClose, -5000
  13. IniWrite, 0, %A_ScriptDir%\Settings.ini, General, FirstRun
  14. return