topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday April 29, 2024, 12:38 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - burro [ switch to compact view ]

Pages: [1]
1
Find And Run Robot / passing parameters to .exe and .bat
« on: August 15, 2008, 09:51 AM »
New convert here, from... well, some "other tool" :).  Really enjoying the flexibility that FARR is giving me!

Got a quick question.  What is the best way to call a program (be it .exe or .bat or .whathaveyou) with some parameters that I type?  For instance:

%SystemRoot%\System32\mstsc.exe /v:%1

I've tried to make an alias that looks like this:

match on: ^rd (.*)
Run: Remote Desktop | %SystemRoot%\System32\mstsc.exe /v:$$1

But that doesn't seem to do the trick.  I seem to have a lot of other .exe programs that I run on a regular basis that take parameters.  How can I do this?  Been looking around in the forum and on the docs, but I must be blind.

Thanks a ton.  Awesome tool!  Hopefully will be giving some scripts back to the community soon.

Pages: [1]