Page 1 of 1

Select file on startup FC

Posted: 17.01.2012, 11:29
by gaidamashko
Now in FC exists command line parameters (/L,/R,/Z) to start FC in selected folder.
I need select file at startup FC, like in explorer (explorer.exe /select,<filename>)

Re: Select file on startup FC

Posted: 20.01.2012, 21:53
by Marek
It is possible in FC XE release 575:

freecommander.exe "c:\temp\myFile.txt"

will open c:\temp and select myFile.txt.