Two Tabs in Startup?
Posted: 16 Mar 2015 22:40
In the Startup and Exit Options there's an option to select your startup folder, but I wondered if there's any way to always startup two folders in seperate tabs in a single pane?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
/script="::$tab1='C:\';$tab2='D:\' tab('new', $tab1); tab('new', $tab2);"Code: Select all
/script="::$tab1='C:\';$tab2='D:\' tab('new', $tab1); tab('closeothers'); tab('new', $tab2);"