Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Original Script by jgpaiva from DonationCoder
- ; Restarts Farr with a delay of 15 seconds
- ;
- #Persistent
- #SingleInstance force
- #NoEnv
- Farr_exe=C:\Programs\DonationCoder\Farr\FindAndRunRobot.exe
- Process, Exist, FindAndRunRobot.exe
- If ErrorLevel <> 0
- {
- Run,%Farr_exe% -exit
- TrayTip,,Farr is being closed and will be restarted in 15 seconds..,,1
- Sleep, 15000
- Run,%Farr_exe% -tray
- }
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment