format.txt

来自「压缩小工具,其中有压缩原代码请大家多指教」· 文本 代码 · 共 36 行

TXT
36
字号
This text was copied from the File Formats Encyclopaedia.							-- mhi------------------------------------------------------------------------Microsoft  ships  its files compressed  with COMPRESS.EXE, for expansionthe  program  EXPAND.EXE  (how  original  ;)  )  is  used.  The  programEXPAND.EXE  is  available  with every copy  of  MS-DOS 5.0+, the programCOMPRESS.EXE is available with several development kits, I found it withBorland   Pascal  7.0.  The  compression  seems   to  be  some  kind  ofLZ-Compression,  as  the fully compatible?  LZCopy command under Windowscan  decompress  the  same files. This  compression  feature seems to beavailable on all DOS-PCs.OFFSET              Count TYPE   Description0000h                   4 char   ID='SZDD'0004h                   1 long   reserved, always 3327F088h ?0008h                   1 byte   reserved0009h                   1 char   Last char of filename if file was compressed                                 into "FILENAME.EX_".000Ah                   1 long   Original file size------------------------------------------------------------------------At  least  with  the  version 6.22  of  MS-DOS,  Microsoft changed theircompression  program to a new signature; The program seems no more to beable  to restore files to their original name, if it is not given on thecommand line.OFFSET              Count TYPE   Description0000h                   4 char   ID="KWAJ"0004h                   1 long   reserved, always 0D127F088h ?0008h                   1 long   reserved, always 00120003h ?000Ch                   1 word   reserved, always 01 ?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?