topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday March 19, 2024, 2:06 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: Can I edit search folders in .ini files?  (Read 4629 times)

Juonio

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Can I edit search folders in .ini files?
« on: March 24, 2007, 04:44 PM »
Hey!

Awesome app this FaRR! Something I always wanted. Just wondering why I can't see my searchfolders in .ini files. Where are they stored? I would like to use FaRR from my USB-drive and its root folders letter is different on different computers. Its tricky to change all the search folders by hand. I'd like to use .ahk script to change those for me. Is it possible? If not, is there another solution?

Thanks.

-Juonio-

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Can I edit search folders in .ini files?
« Reply #1 on: March 24, 2007, 04:49 PM »
All the settings and search directories are stored in the FindAndRunRobot.ini file which is in the same directory as the program. You will find the search directories in the section labeled [SearchFolders].

FARR doesnt require an install so you should be able to just copy the FARR directory to a usb drive and run it from there.  And i'm very happy to add more special features to make it easier to run portably if anyone can think of any to request.

Juonio

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: Can I edit search folders in .ini files?
« Reply #2 on: March 24, 2007, 05:24 PM »
Strange...

Here is a snapshot from FaRR.

screenshot.jpg

And this is how my FindAndRunRobot.ini looks like:
-----------------------------------------------
[SearchFolders]
0=200>>>O:\Ohjelmat\FindAndRunRobot\scripts
1=75>>>C:\Documents and Settings\Topi\Työpöytä
2=100>>>C:\Documents and Settings\Topi\Käynnistä-valikko
3=100>>>C:\Documents and Settings\All Users\Käynnistä-valikko
4=0>>>C:\Documents and Settings\Topi\Suosikit
5=50<<<C:\Documents and Settings\Topi\Omat tiedostot
6=50<<<O:\PortableApps
-----------------------------------------------
Any idea what's happening here?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Can I edit search folders in .ini files?
« Reply #3 on: March 24, 2007, 05:38 PM »
it may not update the ini file until you close the options or something like that.. try exiting FARR then checking your ini file again.

Juonio

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: Can I edit search folders in .ini files?
« Reply #4 on: March 24, 2007, 06:02 PM »
Well this is weird. :huh:
I'm quite sure, that I did it many times before and it didn't help. But now it seems to work.
Thanks.

Is it possible to include relative search folders in FaRR?

Could it somehow detect the drive letter of the path where it is running from? If I'm using USB removable it would be nice to write something like USB:\Documents... or use the specific name of the drive like KINGSTON:\Documents...

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Can I edit search folders in .ini files?
« Reply #5 on: March 24, 2007, 06:04 PM »
thats a fine idea, and i'm happy to add such a feature. i'll put it on my todo list.