home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / cpm68k / utils.lbr / IBMREAD.MQN / IBMREAD.MAN
Encoding:
Text File  |  1986-05-22  |  1.3 KB  |  33 lines

  1. -*-save,fill,indent:0,fillw:70-*-
  2.  
  3.        IBMREAD - A program to read IBM-PC format disks
  4.        ===============================================
  5.  
  6.                   by
  7.                 Robert Heller
  8.  
  9.     Synopis:
  10.     IBMREAD sourcedrv outprefix [textflag]
  11.  
  12.     IBMREAD is a program that will read IBM-PC format disks on a
  13. Sage II/IV or Stride 400 series.  Sourcedrv is a CP/M-68K drive which
  14. maps to either of the floppies.  Outprefix is used as a prefix for the
  15. output files - should be a drive letter followed by a colon.  Textflag
  16. is an optional flag to indicate whether the files are text files or
  17. binary files - if blank (omited) the files are treated as binary, that
  18. is no newline conversions are done. If textflag is non-blank, then the
  19. files are treated as text files and newline conversions are done.
  20.  
  21.     Recompilation notes:
  22.  
  23.     IBMREAD uses modules from SAGESUBS.LIB (SUBSLIB.LIB) - uread
  24. and uwrite.
  25.  
  26.     Multi-User notes:
  27.     
  28.     In order to run IBMREAD under the Multi-User BIOS, the running
  29. task must be allowed to make configuration changes.  That is, option B
  30. under "User Capabilities" must be on.  If it isn't, ibmread will abort
  31. with a status code of -14 while trying to set the IBM disk
  32. configuration.
  33.