This general-purpose tool was obtained free of charge by me many years ago and has made great contributions to me. It was originally on a 5-inch floppy disk. I accidentally found it when moving recently and cherished it as if it were a treasure. After making many efforts, I only managed to read some files with a dilapidated 5-inch floppy drive. I don't dare to keep it to myself.
After opening the compressed package, please browse the README.COM file. Mr. Zhu has made detailed instructions for you. Some of these files were developed by the author, some are localized, and some are adapted. They are very practical, and I believe one of them will be suitable for you:
AIN.EXE-------File compression program (version 2.2)
Basic usage: Compress AIN A compressed file name source file name list
AIN A -r compressed file name source file name list (including directory tree)
AIN A -fXXK (or M) compressed file name source file name list (Compress by specified size)
AIN A -fa A:compressed file name source file name list (Compress by remaining space on disk)
Update AIN U compressed file name source file name list
Extract AIN E compressed file name (General compressed file extraction)
AIN X compressed file name (Extraction of compressed file with directory tree)
View AIN L compressed file name
AINEXT.EXE----AIN compressed file extraction program
ARJ.EXE-------File compression program (version 2.50. Execute ARJ -? to get help)
Basic usage: Compress ARJ A compressed file name source file name list
ARJ A -JE compressed file name source file name list (Generate EXE file, or -JE1)
ARJ A -R compressed file name source file name list (Including directory tree)
ARJ A -V1200 compressed file name source file name list (Compress by specified size)
(Available -V360, -V720, -V1200, -V1440)
ARJ A -VA A:compressed file name source file name list (Compress by remaining space on A disk, or B)
Update ARJ U compressed file name source file name list
Extract ARJ E compressed file name (General compressed file extraction)
ARJ X compressed file name (Extraction of compressed file with directory tree)
ARJ E -V -VV -VW compressed file name
(Extraction of multi-disk compressed file. -V automatically prompts for changing disk, -VV rings when changing disk, -VW confirms three times)
View ARJ L compressed file name
ASM.EXE(compressed)--Macro assembler MASM 5.0 version!a (Execute C:\DOS>A:ASM to extract to current directory. Or B:ASM)
Extracted file names: MASM.EXE, LINK.EXE, EXE2BIN.EXE, ASM.BAT
Execute ASM assembly source program name to assemble, link and generate.COM file
B2E.COM-------BAT file to COM file program
Execute B2E batch file name.BAT to generate batch file name.COM file
BOOT.COM------Rebuild BOOT program (A:, B:, C:)
Rewrite boot sector, can save partition table. Can clear boot sector virus. Please restart DOS immediately after execution.
Note: Only for all hard disks partitioned with DOS. Cannot be used if there is XENIX or UNIX.
C16.COM-------Display 16-color PCX image file program
Format: C16 image file name
Among them: X - Display top-left X coordinate (byte position 0-79)
Y - Y coordinate (0-479)
Image file extension defaults to.PCX
/N - Do not set display mode
/0-9,A-F: Set border color
/I character: Exit this program only after typing this character after display
/T0-9: Exit after delay 0-9 seconds
CCD.COM-------Directory jump program
Format: CCD (Directory name can only type the first few characters)
CDBG.COM------Localized DEBUG 3.30 version
CLNDOS.COM----Clear non-DOS partition program on hard disk (Please use with caution!)
CLPART.COM----Clear all partition program on hard disk (Please use with caution!)
CT.COM--------Modify file date and time program (Use Chinese characters to display help without parameters)
First use DATE and TIME to set date and time, then execute CT file name. Wildcards? and * can be used
CUT.EXE!a-------File splitting program (Display help without parameters)
Format: CUT n file name. Among them: n is K number, length of each sub-file.
Generated sub-file names: file name.001-.999
DB.COM--------View BOOT program (Display help without parameters)
Format: DB . Display the content of the disk boot sector in the format of DEBUG's D command.
DISPER.COM----Generate program to display Chinese text under Western characters (Display Chinese characters to display help without parameters)
Format: DISPER file name Generate executable file file name.COM (source file should have no extension)
DISPER file name.COM Generate source text file
When generating executable file, it requires that there is display font library HZK16 or HZK16F under C:\213
FASTKEY.COM---Set keyboard acceleration program
FOX.EXE(compressed)--Localized FoxBASE v2.10 version!a (Execute C:\DOS>A:FOX to extract to current directory. Or B:FOX)
G16.COM-------16-color VGA screen image save PCX format file program
Format: G256 (add other parameters later: exit) Image file name is C???.PCX(??? is 001-999)
Use: <Screen copy key> - Activate <Enter> - Save image file <ESC> - Do not save image and exit
<Caps Lock> - Off: Move, On: Change size <+> - Increase color number
<Scroll Lock> Off: Step 1, On: Step 10 <-> - Decrease color number
GB.EXE--------GWBASIC 2.01 version
GETDIR.COM----Save or restore current directory program (Display help without parameters or / switch)
Format: GETDIR/S - Save current disk and directory to file PUSHDIRS.POP under C:\
GETDIR/P - Restore current disk and directory according to file C:\PUSHDIRS.POP
GETSTR.COM----Obtain screen text module (resident. Execute: GETSTR/? to display help)
Press screen copy key, save the text characters on current screen to file STR.???
The first file is STR.001, and the extension of the following files increases by 1 in turn
GM.EXE(compressed)--Game menu generation program (Execute C:\>A:GM to extract to current directory. Or B:GM)
Please read the instructions GM.DOC in detail (Chinese characters). TYPE GM.DOC can be displayed (under Chinese character system).
Step 1: Edit GM.TXT file (any standard text file editing software, such as PE, WS, EDIT..)
The first line first number is the number of menus per line, allowed to be 1-5. Then is the menu title name.
The following lines describe each menu item: first is the menu display name, end with comma, then is the disk, directory and execution file name where the game is located, end with semicolon. If there are Chinese characters in the menu display name, it should be edited under Chinese character system.
Step 2: Execute CGM to generate GM.COM. Can select menu color.
The game menu GM.COM should be generated under C:\, and there should be C:\ item in PATH
Execute GM under DOS prompt to display menu, move cursor to the desired game and press enter.
HD.EXE(compressed)--Fast floppy disk copying program version 2.2r (Execute C:\DOS>A:HD to extract to current directory. Or B:HD)
If operating in A drive, can execute HDA, if operating in B drive, then execute HDB. Follow the screen prompts.
INC.COM-------Binary file to INCLUDE program
Execute INC file name to generate each byte in the specified file (no extension) in the form of ASCII code as DB format file (extension.INC), the first line has the original file name as label
The generated file can be called in the main program with INCLUDE command
LBL.COM-------Set and modify copy disk volume label program (LBL/? to display help)
Format: LBL Edit or modify volume label of specified disk
LBL source disk target disk Copy volume label of source disk to target disk
LHA.EXE-------Advanced file compression program (version 2.13. Display help without parameters)
Basic usage: Compress LHA A compressed file name source file name list
Compress with directory LHA A -R -X -P compressed file name source file name list
Generate EXE file LHA S compressed file name
Extract LHA E compressed file name
Extract with directory LHA X compressed file name
LHD.COM-------Hard disk locking program
Exchange C disk boot sector with a specified sector, can lock hard disk. Execute again to restore C disk boot sector (unlock)
LIST.COM------File reading program (Press F1 to display help after execution. Only for Chinese character system supporting direct screen writing)
MI.COM--------Query memory program (MI/? to display help)
NO.COM--------Remove file execution command program
Example: NO *.ASM DEL *.* Delete all files except files with extension ASM
PE.EXE(compressed)--Text editing software (Execute C:\DOS>A:PE to extract to current directory. Or B:PE)
Can open up to 4 windows, edit 8 files at the same time. All function keys can be redefined. Suitable for editing source programs
PF.COM--------Print content save file program (resident. Display Chinese help without parameters)
After resident, can simulate connecting printer, save print content to memory. Can also save saved content as file
Especially suitable for debugging printing programs, or saving print content as text file.
PKLITE.EXE----Executable file compression program (Display help without parameters)
Can compress executable files (COM and EXE) and can execute normally.
PKUNZIP.EXE---ZIP compressed file extraction program a
RAR.EXE-------File compression program (Use full-screen interactive mode without parameters)
Basic usage: Compress RAR A compressed file name source file name list
RAR S compressed file name (Generate EXE file, also for multi-volume compressed file)
RAR A -R compressed file name source file name list (Compress including directory tree)
RAR A -VXXX compressed file name source file name list (Compress by specified size, can add K)
RAR A -VA A:compressed file name source file name list (Compress by remaining space on A disk, or B)
Update RAR U compressed file name source file name list
Extract RAR E compressed file name (General compressed file extraction)
RAR X compressed file name (Extraction of compressed file with directory tree)
View RAR L compressed file name
README.COM----Display file directory program under Western characters on this disk
RHC.COM-------WordStar format text file soft return processing program
Call format: RHC file name
Among them: file name - can use disk letter and path, do not support wildcards? and *
/A - Change hard return to soft return (non-space line at the beginning of next line. Cannot be used with /C or /D at the same time)
/B - Keep original file and target file VSJBWFJB.DAT
/C - Delete space at the beginning of paragraph /D - Delete soft return
SR.EXE--------Advanced disassembler program
SVGA.EXE------SVGA image file viewing program
SYSCHK.EXE----Microcomputer system detection program
TOOL.EXE------PCTOOLS 5.0 version main module
UNDISK.EXE----Disk image file extraction program
WS.EXE(compressed)--Localized text editing software (Execute C:\DOS>A:WS to extract to current directory. Or B:WS)
This localized WS can be used under any Chinese character system. Support Chinese character and character typesetting (^B), whole Chinese character processing.
Execute WS/? to modify WS working parameters
----------------
Network hard disk download address:
http://www.esnips.com/web/CCEDtools
2023-06-19: Local download address: https://upload.cn-dos.net/img/2417.zip
After opening the compressed package, please browse the README.COM file. Mr. Zhu has made detailed instructions for you. Some of these files were developed by the author, some are localized, and some are adapted. They are very practical, and I believe one of them will be suitable for you:
AIN.EXE-------File compression program (version 2.2)
Basic usage: Compress AIN A compressed file name source file name list
AIN A -r compressed file name source file name list (including directory tree)
AIN A -fXXK (or M) compressed file name source file name list (Compress by specified size)
AIN A -fa A:compressed file name source file name list (Compress by remaining space on disk)
Update AIN U compressed file name source file name list
Extract AIN E compressed file name (General compressed file extraction)
AIN X compressed file name (Extraction of compressed file with directory tree)
View AIN L compressed file name
AINEXT.EXE----AIN compressed file extraction program
ARJ.EXE-------File compression program (version 2.50. Execute ARJ -? to get help)
Basic usage: Compress ARJ A compressed file name source file name list
ARJ A -JE compressed file name source file name list (Generate EXE file, or -JE1)
ARJ A -R compressed file name source file name list (Including directory tree)
ARJ A -V1200 compressed file name source file name list (Compress by specified size)
(Available -V360, -V720, -V1200, -V1440)
ARJ A -VA A:compressed file name source file name list (Compress by remaining space on A disk, or B)
Update ARJ U compressed file name source file name list
Extract ARJ E compressed file name (General compressed file extraction)
ARJ X compressed file name (Extraction of compressed file with directory tree)
ARJ E -V -VV -VW compressed file name
(Extraction of multi-disk compressed file. -V automatically prompts for changing disk, -VV rings when changing disk, -VW confirms three times)
View ARJ L compressed file name
ASM.EXE(compressed)--Macro assembler MASM 5.0 version!a (Execute C:\DOS>A:ASM to extract to current directory. Or B:ASM)
Extracted file names: MASM.EXE, LINK.EXE, EXE2BIN.EXE, ASM.BAT
Execute ASM assembly source program name to assemble, link and generate.COM file
B2E.COM-------BAT file to COM file program
Execute B2E batch file name.BAT to generate batch file name.COM file
BOOT.COM------Rebuild BOOT program (A:, B:, C:)
Rewrite boot sector, can save partition table. Can clear boot sector virus. Please restart DOS immediately after execution.
Note: Only for all hard disks partitioned with DOS. Cannot be used if there is XENIX or UNIX.
C16.COM-------Display 16-color PCX image file program
Format: C16 image file name
Among them: X - Display top-left X coordinate (byte position 0-79)
Y - Y coordinate (0-479)
Image file extension defaults to.PCX
/N - Do not set display mode
/0-9,A-F: Set border color
/I character: Exit this program only after typing this character after display
/T0-9: Exit after delay 0-9 seconds
CCD.COM-------Directory jump program
Format: CCD (Directory name can only type the first few characters)
CDBG.COM------Localized DEBUG 3.30 version
CLNDOS.COM----Clear non-DOS partition program on hard disk (Please use with caution!)
CLPART.COM----Clear all partition program on hard disk (Please use with caution!)
CT.COM--------Modify file date and time program (Use Chinese characters to display help without parameters)
First use DATE and TIME to set date and time, then execute CT file name. Wildcards? and * can be used
CUT.EXE!a-------File splitting program (Display help without parameters)
Format: CUT n file name. Among them: n is K number, length of each sub-file.
Generated sub-file names: file name.001-.999
DB.COM--------View BOOT program (Display help without parameters)
Format: DB . Display the content of the disk boot sector in the format of DEBUG's D command.
DISPER.COM----Generate program to display Chinese text under Western characters (Display Chinese characters to display help without parameters)
Format: DISPER file name Generate executable file file name.COM (source file should have no extension)
DISPER file name.COM Generate source text file
When generating executable file, it requires that there is display font library HZK16 or HZK16F under C:\213
FASTKEY.COM---Set keyboard acceleration program
FOX.EXE(compressed)--Localized FoxBASE v2.10 version!a (Execute C:\DOS>A:FOX to extract to current directory. Or B:FOX)
G16.COM-------16-color VGA screen image save PCX format file program
Format: G256 (add other parameters later: exit) Image file name is C???.PCX(??? is 001-999)
Use: <Screen copy key> - Activate <Enter> - Save image file <ESC> - Do not save image and exit
<Caps Lock> - Off: Move, On: Change size <+> - Increase color number
<Scroll Lock> Off: Step 1, On: Step 10 <-> - Decrease color number
GB.EXE--------GWBASIC 2.01 version
GETDIR.COM----Save or restore current directory program (Display help without parameters or / switch)
Format: GETDIR/S - Save current disk and directory to file PUSHDIRS.POP under C:\
GETDIR/P - Restore current disk and directory according to file C:\PUSHDIRS.POP
GETSTR.COM----Obtain screen text module (resident. Execute: GETSTR/? to display help)
Press screen copy key, save the text characters on current screen to file STR.???
The first file is STR.001, and the extension of the following files increases by 1 in turn
GM.EXE(compressed)--Game menu generation program (Execute C:\>A:GM to extract to current directory. Or B:GM)
Please read the instructions GM.DOC in detail (Chinese characters). TYPE GM.DOC can be displayed (under Chinese character system).
Step 1: Edit GM.TXT file (any standard text file editing software, such as PE, WS, EDIT..)
The first line first number is the number of menus per line, allowed to be 1-5. Then is the menu title name.
The following lines describe each menu item: first is the menu display name, end with comma, then is the disk, directory and execution file name where the game is located, end with semicolon. If there are Chinese characters in the menu display name, it should be edited under Chinese character system.
Step 2: Execute CGM to generate GM.COM. Can select menu color.
The game menu GM.COM should be generated under C:\, and there should be C:\ item in PATH
Execute GM under DOS prompt to display menu, move cursor to the desired game and press enter.
HD.EXE(compressed)--Fast floppy disk copying program version 2.2r (Execute C:\DOS>A:HD to extract to current directory. Or B:HD)
If operating in A drive, can execute HDA, if operating in B drive, then execute HDB. Follow the screen prompts.
INC.COM-------Binary file to INCLUDE program
Execute INC file name to generate each byte in the specified file (no extension) in the form of ASCII code as DB format file (extension.INC), the first line has the original file name as label
The generated file can be called in the main program with INCLUDE command
LBL.COM-------Set and modify copy disk volume label program (LBL/? to display help)
Format: LBL Edit or modify volume label of specified disk
LBL source disk target disk Copy volume label of source disk to target disk
LHA.EXE-------Advanced file compression program (version 2.13. Display help without parameters)
Basic usage: Compress LHA A compressed file name source file name list
Compress with directory LHA A -R -X -P compressed file name source file name list
Generate EXE file LHA S compressed file name
Extract LHA E compressed file name
Extract with directory LHA X compressed file name
LHD.COM-------Hard disk locking program
Exchange C disk boot sector with a specified sector, can lock hard disk. Execute again to restore C disk boot sector (unlock)
LIST.COM------File reading program (Press F1 to display help after execution. Only for Chinese character system supporting direct screen writing)
MI.COM--------Query memory program (MI/? to display help)
NO.COM--------Remove file execution command program
Example: NO *.ASM DEL *.* Delete all files except files with extension ASM
PE.EXE(compressed)--Text editing software (Execute C:\DOS>A:PE to extract to current directory. Or B:PE)
Can open up to 4 windows, edit 8 files at the same time. All function keys can be redefined. Suitable for editing source programs
PF.COM--------Print content save file program (resident. Display Chinese help without parameters)
After resident, can simulate connecting printer, save print content to memory. Can also save saved content as file
Especially suitable for debugging printing programs, or saving print content as text file.
PKLITE.EXE----Executable file compression program (Display help without parameters)
Can compress executable files (COM and EXE) and can execute normally.
PKUNZIP.EXE---ZIP compressed file extraction program a
RAR.EXE-------File compression program (Use full-screen interactive mode without parameters)
Basic usage: Compress RAR A compressed file name source file name list
RAR S compressed file name (Generate EXE file, also for multi-volume compressed file)
RAR A -R compressed file name source file name list (Compress including directory tree)
RAR A -VXXX compressed file name source file name list (Compress by specified size, can add K)
RAR A -VA A:compressed file name source file name list (Compress by remaining space on A disk, or B)
Update RAR U compressed file name source file name list
Extract RAR E compressed file name (General compressed file extraction)
RAR X compressed file name (Extraction of compressed file with directory tree)
View RAR L compressed file name
README.COM----Display file directory program under Western characters on this disk
RHC.COM-------WordStar format text file soft return processing program
Call format: RHC file name
Among them: file name - can use disk letter and path, do not support wildcards? and *
/A - Change hard return to soft return (non-space line at the beginning of next line. Cannot be used with /C or /D at the same time)
/B - Keep original file and target file VSJBWFJB.DAT
/C - Delete space at the beginning of paragraph /D - Delete soft return
SR.EXE--------Advanced disassembler program
SVGA.EXE------SVGA image file viewing program
SYSCHK.EXE----Microcomputer system detection program
TOOL.EXE------PCTOOLS 5.0 version main module
UNDISK.EXE----Disk image file extraction program
WS.EXE(compressed)--Localized text editing software (Execute C:\DOS>A:WS to extract to current directory. Or B:WS)
This localized WS can be used under any Chinese character system. Support Chinese character and character typesetting (^B), whole Chinese character processing.
Execute WS/? to modify WS working parameters
----------------
Network hard disk download address:
http://www.esnips.com/web/CCEDtools
2023-06-19: Local download address: https://upload.cn-dos.net/img/2417.zip
Recent Ratings for This Post
( 2 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| AlexZhang | +4 | 2007-11-05 16:51 |
| LoggerVick | +4 | 2021-01-21 23:06 |


