nice
Tip: Autohotkey's variable A_ProgramFiles makes the default script compatible with different localized paths for the program files folder.
FarrFullPath = %A_ProgramFiles%\FindAndRunRobot\FindAndRunRobot.exe
edit: I made a mistake in the code above (had both qoutes and %'s), fixed now.