New features
- Reconstructed menu to use threads, which allows launching apps simultaneously - should boost
kiosk
mode - Added a new feature of
service=
to get rid of leftover Services after a program exits or create them before a program launches - it can have multiple entries - Added a new feature of
drivers=
to delete drivers from Device Manager after the launched program exists - Added support for environment variables in
/ini=
- Added support for non English menus and commands (obviously, the settings' file needs to be in UTF8, which should be the default anyway)
- Added a new feature to allow auto-expanding paths in environment variables by adding an extra
|
(i.e.setenv=USERPROFILE|this|
will turn the relative folderthis
into an absolute folder) - to support environment variables that rely on absolute folders - Added support for
symlink
whenbackuppath
is missing - Added all environment variables to the menu and as a command line parameter
/listenv
- Migrated (automatically for existing setups) the menu section
[CUSTOM CD MENU]
to[CUSTOM MENU]
Fixes
- Fixed
registry
when combined with bothskiptobutton
andbackuppath
- Fixed
deletefiles
when combined withbackuppath
- Minor code improvements