Messages - Liquidmantis [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10next
26
@Mouser - I accidentally discovered that it seems possible to load two instances of FARR simultaneously, or at least, end up with two FARR icons in the system tray.  Should it trap that?

yep, on my todo list.

Wait!  Please make it an option to have multiple instances if you do "fix" it.  I run FindAndRunRobot.exe locally on my systems but have FindAndRunRobotUSB.exe autorun from my utility program flash drive for portability.

27
Find And Run Robot / Re: Alias sharing
« on: June 01, 2007, 07:48 AM »
this sounds quite intriguing, i'll have to try it and see how it works since i've never used ff keywords.

Here's a list of the default Quick Searches that use keywords.  Of course you can also add your own keywords to just bookmarks or other personal quick searches.

The script may require a little tweaking with the sleep timers.  I just put that together last night and dialed them in to work on my laptop.

28
Find And Run Robot / Re: Alias sharing
« on: May 31, 2007, 11:28 PM »
I've got a new one.  I really wanted FARR to support Firefox bookmark keywords so I created an AutoHotKey script to add it in conjuction with an alias.

Here's the AutoHotKey script:
SetTitleMatchMode 2
Ifwinexist, - Mozilla Firefox
WinActivate
Else
{
Run,"D:\Program Files\Mozilla Firefox\firefox.exe"
winwait, - Mozilla Firefox
winactivate
}
Sleep 25
SendInput ^t
Sleep, 250
SendInput !d
Sleep, 25
counter = 1
Loop
{
inputParameter := %counter%
If inputParameter !=
{
SendInput %inputParameter%{space}
counter++
}
Else
Break
}
SendInput {enter}
return

And here is the FARR alias:
1000>>>FireFox Keyword>->Firefox Keyword $$1|d:\scripts\ffkw.ahk $$1>+>ffkw (.*)

Modify path and names to suit.  This also works for keyword searches, e.g. ffkw wp [wiki search text].

29
There we go!  So I give credit for the Loc alias to justice.   :Thmbsup:

That was only three threads down too.  Sorry, I was tired.

30
Here's mine.  Nothing special, but a it's a few shortcuts I use regularly throughout the day:

rdp [computer name or IP] - Starts a remote desktop connection to the typed system.
rdpc [computer name or IP] - Starts a remote desktop to the console of the typed system.
vnc [computer name or IP] - as above, but VNC connection.
cm [ditto] - Starts Computer Management remotely connected to the typed system.
ev [again] - Starts Event Viewer on the typed system.  Normally I just use Computer Management but this is nice to have for a cleaner tool.
loc [filename] - starts a Locate32 for the typed file.
r [executable] - is the equivalent of putting something in the Run dialog.  Not really faster than Win-R but it is consolidated this way.

The Loc and I think the R alias aren't my idea but were forum finds that I can't remember who to give credit for now.

TXT extension added to get through forum attachment filter.

Pages: prev1 2 3 4 5 [6] 7 8 9 10next
Go to full version