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

Map to command line

(1/1)

isuru:
Hello

I've used FARR for a while and absolutely love it. Is there a way to map it directly to the command line console?
I would like it to act as an external command line which can also recognize my aliases. So basically, if i type in something like:
netstat -e >C:\temp.txt

it should process the command as it is given. This is of course, without me having to setup additional aliases. Is there a way to do this? I've tried searching but to no avail.

Thanks
Izzy

mouser:
there is a built in alias called "run" that should work (though i cant remember if we tried it with parameters.
but basically you would type:

run netstat -e >C:\temp.txt

in the find+run editbox.  but maybe you were asking for something else?

isuru:
I am aware of the 'run' alias, unfortunately this wasn't what I was looking for (it doesn't seem to work with parameters either).

What I'm looking for is a way to generalize the command prompt onto the FARR interface. To give you an idea of what I'm talking about, a similar program SlickRun does the same thing. It has aliases, aka 'magic words', on top of a general command line interface.

jgpaiva:
Wi tha regular expreion in the form:
--- ---^r (.*) and a result in the form
--- ---Run $$1|$$1, you should be able to do anything you can do with the run box, i think. You'd only have to type "r " followed by the command. Possibly, it'll close the command box right after, not allowing you to read anything, so i'd suggest using a "result" in the following form:

--- ---Run $$1|cmd /k $$1

isuru:
Thank you  :) I'll work with this for now.

Hopefully a direct command line would be a feature in a future release  :D

Navigation

[0] Message Index

Go to full version