; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other ; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder) ; #singleinstance,force #persistent hotkey,#f,findandrun Process, exist,findandrunrobot.exe if errorlevel <> 0 Process,close,findandrunrobot.exe return findandrun: Run,c:\programas\findandrunrobot\findandrunrobot.exe -tray exitapp