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

DonationCoder.com Software > Find And Run Robot

how to specify searching only in two specific folders?

<< < (2/5) > >>

cedardoc:
It works...

In case others have the same need, here's the  autohotkey script that works

inputbox PatientName, patient name, enter patient's name,,,,0,500
clipboard = %PatientName%
sleep 100
send {break}
sleep 100
send {+}patients %PatientName%
return


(it took a while to figure out how to send a "+" sign in  autohotkey )

thanks again,
Dave

mouser:
nice.
if you wanted to skip the autohotkey helper what you could do is configure a custom hotkey in farr that opened farr up and automatically started with the text "+patients" in the search box.
the advantage of that would be that it would be searching as you typed the patients name so you wouldn't have to type the full thing.

cedardoc:
Your right, that would be better.

I don't have experience with that - is a custom FARR hotkey the same thing as the word attached to an alias?  Just a link to instructions is all I need :-)

Thanks for the added suggestion

mouser:
if you go to farr options there is a hotkey page where you can add new hotkeys and specify what to do when they are triggered.

dwilbank:
Hi. This thread isn't closed, so I think my question belongs here.

what if I want to restrict a search to just a specific drive (without going into prefs and unchecking the unwanted drives) ?

I could have sworn there was a way to type in something like "F: smallville" to restrict my search to just the F drive.

Thanks

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version