Page 1 of 1

Go to specified folder in Freecommander from command line

Posted: 22.02.2014, 18:08
by Sheldon
Hi,

I just have a short question.

Is there any command to go to a specified folder in a running Freecommander instance from command line?
I think about something like

run FreeCommander.exe -/Option= sepecified folder ...

there the option leads to the folder.
But I don't want to open a new Instance of FreeCommander.
If there is something the correct sysntax would be great.

Thanks in advance

Sheldon

Re: Go to specified folder in Freecommander from command lin

Posted: 22.02.2014, 20:57
by joby_toss
Try "/C" parameter.

You can also force only one FC instance:

Image

Re: Go to specified folder in Freecommander from command lin

Posted: 23.02.2014, 11:09
by Sheldon
Great! The /C option works fine. Thanks a lot!

But the FreeCommander window gets minimized.
Is there an option to force FreeCommander to stay in the maximized window status?

Thanks in advance!

Sheldon

Re: Go to specified folder in Freecommander from command lin

Posted: 23.02.2014, 12:27
by joby_toss
It works fine for me; FC starts maximized (or gets maximized if it was started, but minimized) when I use the /C parameter from the Windows command prompt window.

Image

Don't know of any FC command line parameter to force it start in maximized state.

Maybe directly from the command prompt with START /MAX Path\To\FreeCommander.exe /C Path\To\Execute command.

Re: Go to specified folder in Freecommander from command lin

Posted: 24.02.2014, 10:46
by Sheldon
I made it! :D
Thanks a lot for your help!