topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday April 17, 2024, 7:36 pm
  • 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: [bug report] pb when passing C:\  (Read 3293 times)

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
[bug report] pb when passing C:\
« on: July 15, 2007, 07:34 AM »
I have the following alias

Favorites search $$1 | dosearch +folder_fav +open_fav -alias $$1

to open my favorite folders into my file explorer using the action modifier +open_fav

Open | C:\_joker\Utilities\Ahk\OpenFav.ahk "$$1"

i discovered that one of the last release broke the $$1 variable (i think)
for all my shortcuts the $$1 variable is passed correctly :
C:\Program Files
C:\Documents and Settings\Nico\Documents
etc.
BUT for my "C drive" shortcut it does not work anymore
and the $$1 variable content is :
C:"
instead of
C:\
i guess it has to do with the \

Nitrix