Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance force
- #NoEnv
- #NoTrayIcon
- DetectHiddenWindows On
- SendMode, Input
- SetTitleMatchMode 2
- appname=StartOrNot
- StartYes=%ProgramFiles%\Batchrun\MyBatch\Start-Up Items.brs
- StartNo=
- 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
- IfMsgBox, Yes
- Run, %StartYes%
- IfMsgBox, Timeout
- Run %StartYes%
- Return
Add Comment
Please, Sign In to add comment