topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday March 28, 2024, 10:57 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

Author Topic: Help. Can FARR get info, do something with it, then launch program?  (Read 3564 times)

ebennetthill

  • Supporting Member
  • Joined in 2008
  • **
  • default avatar
  • Posts: 21
    • View Profile
    • Donate to Member
When you first start to play with a powerful piece of software, you don't know what it can do, then you think it can do anything.

I can get FARR to take the info from the box and write it to an ini file with nircmd. But then can I have another program launched (an AHK script) that will use that ini file? I'm not seeing it right now. Is there a way to do this - to get FARR to do two things when I hit enter?

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: Help. Can FARR get info, do something with it, then launch program?
« Reply #1 on: February 15, 2010, 04:15 PM »
Is there a way to do this - to get FARR to do two things when I hit enter?

Offcourse you can do that :)

You can do that with an alias similar to this one:

1000>>>>->http://www.google.com ;;; notepad.exe>+>^test$

You can specify multiple commands to execute by separating them with ;;;

--
skajfes
It is impossible to make anything foolproof because fools are so ingenious.

ebennetthill

  • Supporting Member
  • Joined in 2008
  • **
  • default avatar
  • Posts: 21
    • View Profile
    • Donate to Member
Re: Help. Can FARR get info, do something with it, then launch program?
« Reply #2 on: February 16, 2010, 04:15 PM »
Thank you. I have totally missed the three semi-colon trick. I'll be playing with it.