Posted by member 148416 on 2005-10-12 06:58:10 link

Well what you want to do is in themevars.rc.

No doubt you found the "SC1Name", "SC2Name", etc... lines...

You want the "SC3LClick" entry. Change it to:

SC3LClick "$FileManager$ /e C:"


This isn't the BEST way to do it... because if you decide to switch FileManagers it'll break... actually I think you can drop the "/e" but I could be wrong ;)

Edit: the forums are eating the backslash after "C:" but you knew that ;)