Here are 5 utility programs that I use on a regular basis on my CP/M machine to simulate the niceties of MS-DOS. The programs are simple and written assembler for the 8080. CLS Clear the Screen (Uses Control Z) PAUSE Pause batch job with option to terminate (Control C) with a prompt to make sure you know what you are doing. LABEL Give diskette a volume label for quick reference. VOL Display volume identification put on by LABEL Note: LABEL creates a hidden file so it won't be seen. MORE Must have utility. Replaces TYPE command. Pages display and prompt if you want more. Control C to cancel scrolling. These are simple utilities, so if you want piping, and input/output re-direction see ZCPR utilities. These will take up very little space and require no modification under most CP/M installations. See .ASM files for usage. HARRIS LANDSBERG BROOKLYN, NEW YORK