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 can execute a alias without hit enter key ?

<< < (3/6) > >>

mouser:
in your example, what would you want aa to do different than the bb example?
in other words, this seems like a case for dosearch.

dolaunch is for LAUNCHING programs without hitting enter.
dosearch is for conducting simulated searches without hitting enter.

hihihlo:
I just wish alias aa can work right,
because I have many alias like a1, a2, ...., all of them need call alias pad.

(I can only temp do a1, a2, ... by dosearch, but I wish without hitting enter key)

sorry for my poor english

mouser:
i'm still not understanding what dosearch does not do that you want to do with dolaunch.

hihihlo:
alias pad :
pattern : [ ]*pad[ ]+(".*").*$
results : notepad.exe $$1

alias aa :
pattern : ^aa $
results : dolaunch pad "this is aa"

when I type  aa,  FARR won't execute notepad.exe  (so file "this is aa" won't create)

mouser:
ok i think i understand now, you want to launch something right away when you type aa space but the thing you want to launch is defined by using another alias.  ok let me see what i can do about that.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version