Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Original Script by jgpaiva from DonationCoder
- ; Useful when updating Farr
- ; To close Farr, call this script inside Farr
- ; Use Win+F to open Farr
- ;
- #Persistent
- #SingleInstance force
- #NoEnv
- Farr_exe=C:\Programs\DonationCoder\Farr\FindAndRunRobot.exe
- hotkey,#f,findandrun
- Process, exist,findandrunrobot.exe
- If ErrorLevel <> 0
- Run,%Farr_exe% -exit
- Return
- findandrun:
- Run,%Farr_exe% -tray
- TrayTip,,Find And Run Robot relaunched.,,1
- Sleep, 5000
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment