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

Navigating network locations

(1/1)

cybernetnews:
Hey mouser! Find and Run Robot is really saving me some time at work, and I was wondering whether it would be possible to navigate UNC paths (a.k.a. \\computername\share\blah) with autocompletion? I'm sure it might not be as responsive as local paths, but it would still be nice to have. Or FARR should at least be able to recognize UNC paths, and then open them in Windows Explorer when the Enter key is pressed.

Just throwing an idea out there. Thanks again for making such a fabulous app!

jgpaiva:
I guess the second option is pretty easy to add. Just create an alias with the following regex: \\\\(.*)
that launches the following command: explorer \\$1
;)

Navigation

[0] Message Index

Go to full version