Quite a big release this time:
- Added a new feature
hidefrommenu=1
to not present a button in the menu (can work nicely for drafts or when called throughbuttonafter=X
) - Added a new feature
buttonafter=X
to run button X after another (can work nicely when the other button useshidefrommenu=1
) - Added a new feature of
symlink=symlink|target
- multiplesymlink
can be declared (thus retiringsymlink_link
/symlink_target
) - Added a new feature of
setenv=variable|value
- multiplesentenv
can be declared (thus retiringset_variable
/set_string
) - Allowed "=" in strings when using direct reading mode (when autorun.inf is blocked from Windows' API)
- Fixed to support paths containing
'
- Internal upgrades and bug fixes