Releases: ildar-shaimordanov/jsxt
Releases · ildar-shaimordanov/jsxt
Releases of standalone apps at this moment (2021/01/12)
Tools
- Stable version doc2html
Updates since previous release
- add invocation template
- rename
doc2xxx
->doc2html
The final file doc2html.bat
was compiled as follows: wsx.bat /m:eval tools/compile-wsf2bat.js < doc2html.wsf > doc2html.bat
Releases of standalone apps at this moment (2020/11/01)
Tools
- doc2xxx as new version of doc2html
Updates since previous release
In this release doc2html.js
is splitted in two files:
doc2xxx.wsf
- the main script invoking others, the script description and usage are moved heredoc2xxx.js
- the main script implementing all functionality
The final file doc2xxx.bat
was compiled as follows: wsx.bat /m:eval tools/compile-wsf2bat.js < doc2xxx.wsf > doc2xxx.bat
Releases of standalone apps at this moment (2020/02/01)
Tools
Updates since previous release
- running in the root dir
C:\
breaks execution
Releases of standalone apps at this moment (2019/08/21)
Tools
Updates since previous release
- internal cosmetic changes to the
wscmd.bat