doturboc.bat
来自「采用 LZ77 运算规则 压缩及解压工具」· Batch 代码 · 共 17 行
BAT
17 行
: This file is a complement to gzip.prj for Turbo C 2.0 users.: To construct gzip, first transform all files to msdos CR LF format.: (Use utilities such as flip or do file transfers in ascii mode.): Then invoke this file. Then enter Turbo C, set the the: compilation model to compact, and the project file to gzip.prj.: Change the compilation flags if you wish (add SMALL_MEM or MEDIUM_MEM: to reduce the memory requirements), and press F9...: WARNING: you must use the compact or large model in this version.: To use the large model, add -D__LARGE__ in the tasm command below.: To get the file wildargs.obj, do::: pkunpak \tcc\startup wildargs.obj:: pkunpak is available in wuarchive.wustl.edu:/mirrors/msdos/starter/pk361.exetasm -ml -DDYN_ALLOC -DSS_NEQ_DS match;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?