Hi'
Been so busy that I forgot to post the latest version from April...

which makes your wish possible !
To startup XYplorer with a particular session loaded
— Create a shortcut to XYplorer, edit its properties, and append the following to the "Target" field:
Code: Select all
/new /script="::global $DYN_InpSess; $DYN_InpSess='Name Of Session'; load 'SessionManager.xys', '_Load';"
(Obviously, replace '
Name Of Session' with the name of the session you want to load on startup.)
---------------------------
So here's the latest version.
Among other things, autorun of script on session load has been enhanced, so here's the correct entry for SessionManager Missing Manual:
Define a script to run when a specific session is loaded
Add a script to a session in
Options > Associate Script with Current Session.
Behavior is like in AddressBar: either load an external script file, or directly type your script (after "
::")
=> When loading the session, your script (quick script, script file, or label in script file) will be run. Possibilities are limitless: you can use the script to run apps or AutoHotkey scripts, change catalogs, etc...
Sessions with a script to Run will be marked with a
"®" suffix.
Hope you enjoy it !
Flux
---------------------------
Session Manager v2.71 - Changelog
+ Added direct access to Load Specific Session/Reset Session/Reset Layout/Save Temp Session (info in script header)
+ Added autorun of quick script on session load
+ Included SortHeaders to saving of layouts
+ Included Breadcrumbs to saving of layouts
*** Optimized code for faster loading of main menu
*** Rewrote code for reordering list of sessions
* Changed most icons for more unified look
* Changed menu entries for Temporary sessions
* Bug fixes