ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Farr's go away

<< < (2/4) > >>

tomos:
but what i really wanted to say  :)
was to ask -
how you use the second script -
i mean what do you do with mouse !?


ah, i see theres a link in there, I'll check that out

EDIT: link is for here  :D

lanux128:
thanks tomos, i've already updated here.. :up:

as for the 2nd script, if you have AHK, copy & save the script then drag-n-drop the script onto LC (see pic) or drop on desktop to create a shortcut.. or you can compile into a EXE then use as a program.. :)

lanux128:
reviving an old thread. recently i had to experiment with some of the Farr's commands which required me to exit and restart Farr. after doing this for a while, i just hit my head and modified the Farr-exit script above to restart Farr instead. hope someone finds this helpful.


--- ---; Original Script by jgpaiva from DonationCoder
; Restarts Farr with a delay of 15 seconds
;
#Persistent
#SingleInstance force
#NoEnv
#NoTrayIcon
Farr_exe=%ProgramFiles%\FindAndRunRobot\FindAndRunRobot.exe

Process, Exist, FindAndRunRobot.exe
If ErrorLevel <> 0
  {
  Process, Close, FindAndRunRobot.exe
  ToolTip, Farr is being closed and will be restarted in 15 seconds.
  Sleep, 15000  ;modify the delay here 1000 = 1 sec.
  Run,%Farr_exe% -tray
  }
ToolTip ;remove ToolTip
ExitApp
Return

CleverCat:
Can this be used after FARR has already crashed?

jgpaiva:
CleverCat: you mean use this so that farr will come back when it crashes?

Currently, Exit.ahk only launches farr and then goes away until you start it again, so the answer would be no..

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version