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

Change search folders with an alias / plugin?

<< < (2/3) > >>

nitrix-ud:
using ;;; ?

from the help file
You can now specify multiple programs to launch within one alias by separating them with ;;;
--- End quote ---

kanaille11:
Sorry, didn't mention this in my previous post: I tried it, but that didn't work.
Is there an alternative how I can execute two distinct commands from an alias at once?

nitrix-ud:
you can use one autohotkey script which execute multiple runs
RunWait, farr.exe ....
RunWait, farr.exe ....

Do you mind posting your alias ;)

kanaille11:
Thanks so much for your help and that you don't hesitate to ask  :up:

While I was copying the alias into the forum, I saw my mistake. I thought it should be like this:
d:\Portable\FARR\FindAndRunRobot.exe -launch "setuservar Common.NTGDir=e:\NTG;;;recachedirpaths"

The correct way, though, is to do it like this:
d:\Portable\FARR\FindAndRunRobot.exe -launch "setuservar Common.NTGDir=e:\NTG";;;d:\Portable\FARR\FindAndRunRobot.exe -launch "recachedirpaths"

Now it's working like a charm  :)

nitrix-ud:
Glad I could help  :D

don't hesitate to share your ideas, It seems you are doing pretty sophisticated stuff here ;)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version