Page 1 of 1

Parameters for open with Layout (Presentacion) active

Posted: 15.02.2018, 20:33
by Nucleorion
Hi,

At first: Congrats for the program, is very very nice.

Is possible run the freecommander with a presentation active, with a paremeter for example.

Re: Parameters for open with presentation active

Posted: 15.02.2018, 23:18
by Karol

Re: Parameters for open with presentation active

Posted: 16.02.2018, 10:44
by Nucleorion
Yhea!

I build a .bat file to open three windows with your layout (Presentacion in Spanish) in one click. Before I needed nine clicks and many seconds.

@echo off
start "Open" /D"D:\FreeCommander" /b "D:\FreeCommander\FreeCommander.exe" /Layout=RECTV
start "Open" /D"D:\FreeCommander" /b "D:\FreeCommander\FreeCommander.exe" /Layout=Film
start "Open" /D"D:\FreeCommander" /b "D:\FreeCommander\FreeCommander.exe" /Layout=Series

Very very Thanks :)