DonationCoder.com Forum

DonationCoder.com Software => Mouser's Zone => Find And Run Robot => Topic started by: tabaz on March 13, 2009, 09:05 AM

Title: Addon: Execute applications with parameters
Post by: tabaz on March 13, 2009, 09:05 AM
Hi there,
i just wrote a very tiny (.net)app which makes it possible for FARR to launch applications with commandLine parameters.
Simply put exeApp.exe somewhere in your %path% and add the exeApp.alias to your FARR\AliasGroups directory.

Example:
 mstsc /V:PCNAME

will connect RDP to PCNAME.

!the space in front of the command is required and defined by the alias!

edit: attachment
Title: Re: Addon: Execute applications with parameters
Post by: mouser on March 13, 2009, 09:10 AM
did you forget to attach the alias and exeapp.exe files to your post?
Title: Re: Addon: Execute applications with parameters
Post by: skajfes on March 14, 2009, 11:56 AM
Or you can just use this alias:
1000>>>Run with arguments>->$$2 $$3 | $$1 $$3 /ICON=$$1>+>((?:.*)\\((?:.*).(?:exe|bat|lnk))) (.*)