lanux128

StartOrNot

Apr 12th, 2010
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance force
  2. #NoEnv
  3. #NoTrayIcon
  4. DetectHiddenWindows On
  5. SendMode, Input
  6. SetTitleMatchMode 2
  7. appname=StartOrNot
  8. StartYes=%ProgramFiles%\Batchrun\MyBatch\Start-Up Items.brs
  9. StartNo=
  10.  
  11. MsgBox, 36, %appname%, Start normally or into gaming mode? Press 'Yes' for normal mode.`nIf there is no answer within 45 seconds then Normal mode will be started, 45
  12. IfMsgBox, Yes
  13.   Run, %StartYes%
  14. IfMsgBox, Timeout
  15.   Run %StartYes%  
  16. Return
Add Comment
Please, Sign In to add comment