Search found 2 matches

by cirosantilli
03.03.2012, 11:27
Forum: Feature Requests
Topic: Make FC default explorer??
Replies: 5
Views: 25796

Re: Make FC default explorer??

Autohotkeys + command line is what you are looking for!

http://www.autohotkey.com/

Download the program and use the script

#e::
Run C:\Program Files (x86)\FreeCommander\FreeCommander.exe "C:\wherever\you\want\to\go"
return

This will override the Win+e command to open FreeCommander on the folder ...
by cirosantilli
03.03.2012, 11:04
Forum: Feature Requests
Topic: New Tab Command line parameter
Replies: 2
Views: 12516

Re: New Tab Command line parameter

I agree! I want to use this with Autohotkeys... *-*