home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / catlog / prntdf10.lbr / PRNTDF10.DZC / PRNTDF10.DOC
Text File  |  1987-02-08  |  3KB  |  73 lines

  1.                              PRNTDF  Version 1.0
  2.                              Copyright May, 1986
  3.                              All rights reserved
  4.  
  5. Steve T. Jones
  6. East Central College
  7. P.O. Box 529
  8. Union, MO 63084
  9.  
  10.  
  11. PRNTDF (PRiNT DirFiles.dat) was written to facilitate keeping track of the
  12. contents of user group disks.  It reads the DIRFILES.DAT file often used by
  13. BBS's and other public domain sources to document disk contents.  The help
  14. screen is reproduced below:
  15.  
  16. -------------------------------------------------------------------------------
  17.                               PRNTDF Version 1.0
  18. PRNTDF accepts single-character parameters which may in any order; they may be
  19. lumped together or separated by spaces.   No attempt is made to trap illogical
  20. or contradictory choices; an invalid choice terminates the program.
  21.  
  22. PARAMETERS:  A,B,C, or D - Drive where DIRFILES.DAT is located
  23.                            (default = current drive)
  24.              F - Formfeed (^L) before printing (default = no formfeed)
  25.              N - No print (default = print)
  26.              S - Screen display (default = no screen display)
  27.              T - Text file output (default = no DIRFILES.PRN output)
  28.              ? - Display this screen (default = no help)
  29.  
  30. EXAMPLES:    PRNTDF        (print DIRFILES.DAT from the current drive with no
  31.                            formfeed to printer and no screen display -- this
  32.                            is the default)
  33.  
  34.              PRNTDF S N    (display DIRFILES.DAT on screen with no print --
  35.                            same as DIRFILES.COM with no edit function)
  36.  
  37.              PRNTDF CFS    (print DIRFILES.DAT from drive C after a formfeed
  38.                            and echo the file to the screen)
  39. -------------------------------------------------------------------------------
  40.  
  41.  
  42. An invalid parameter causes the program to halt and display the help screen.
  43. In this case, however, the first line is replaced with:
  44.  
  45. * * * *  PRNTDF v. 1.0 ERROR:  Invalid parameter(s): X, X ...
  46.  
  47.  
  48. If DIRFILES.DAT is not found on the indicated drive, the program halts and
  49. displays the help screen with the line below replacing the first line:
  50.  
  51. * * * *  PRNTDF v. 1.0 ERROR:  File not on drive X
  52.  
  53.  
  54. If a drive which CP/M does not know about (determined by BDOS function 24) is
  55. specified, the following line replaces the first line when the help screen
  56. is displayed:
  57.  
  58. * * * *  PRNTDF v. 1.0 ERROR:  Drive X not found
  59.  
  60.  
  61. If all goes well, the following message is displayed:
  62.  
  63. PRNTDF Version 1.0  (Copyright 1986 by Steve T. Jones)
  64.  
  65.  
  66. In addition, the following messages are displayed as appropriate:
  67.  
  68. ... Sending FormFeed (^L) to printer
  69. ... Writing DIRFILES.PRN
  70. ... Sending output to printer
  71. ... No screen display
  72.  
  73.