mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-16 06:37:54 +08:00
Made all sub-routines in init.bat importable libs (#1706)
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
## [1.3.6-pre2](https://github.com/cmderdev/cmder/tree/v1.3.6-pre2) (2018-03-01)
|
||||
|
||||
**Updates:**
|
||||
|
||||
* Removed all sub routines from `init.bat` and made them into importable libraries that can be used in any `*.bat|cmd` file.
|
||||
|
||||
* Libraries are in `%cmder_root%\vendor\lib`
|
||||
* Import libraries into any `*.bat|cmd` file using `call "%cmder_root%\vendor\lib\[library file name]"`
|
||||
* Call library methods by typing `"%lib_path% enhance_path "c:\bin"`
|
||||
* Get help on library method usage by typing `"%cmder_root%\vendor\lib\[library file name]" /h`
|
||||
|
||||
## [1.3.6-pre1](https://github.com/cmderdev/cmder/tree/v1.3.6-pre1) (2018-03-01)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
Reference in New Issue
Block a user