Code: Select all
v12.40.0218 - 2013-05-28 21:14
* Command Line Switch /ini: Now date variables, e.g. <date yyyy>,
are supported in the path. See example in the next paragraph.
* Command Line Switch /ini: Now you can pass a non-existing path
with the /ini switch, e.g.:
C:\Programs\XYplorer\XYplorer.exe /ini=%temp%\XY\ /fresh
Or from Address Bar:
::run <xy> . ' /ini=%temp%\XY\ /fresh';
Only on saving any settings, the path will be created.
Usage: By passing a non-existing path you can ensure that no
current settings are overwritten. So the /fresh switch is now
almost obsolete if you can guarantee that the passed appdata path
does not exist, e.g. like this:
C:\Programs\XYplorer\XYplorer.exe /ini="%temp%\XY_<date yyyymmddhhnnss>\"
Or from Address Bar:
::run <xy> . ' /ini="%temp%\XY_<date yyyymmddhhnnss>\"';
* Switch /fresh: Now "Save Settings on Exit" is NOT disabled
anymore (but just turned OFF), so you *can* turn on auto-saving in
FRESH mode. So now you can use /fresh to revert the app to factory
defaults without having to enter your license data again.
* Switch /fresh: Also this is now turned OFF on /fresh:
Configuration | Undo & Action Log | Remember the logged actions
between sessions.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club