home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / sysutl / doslike.lbr / DOSLIKE.DOC < prev    next >
Encoding:
Text File  |  1986-07-17  |  1.0 KB  |  26 lines

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