home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / PC_DISK.ZIP / PC-DISK2.DOC < prev    next >
Encoding:
Text File  |  1985-12-03  |  1.3 KB  |  29 lines

  1. This program adds a reporting facility to PC-DISK from the FORBIN
  2. PROJECT.  The specified catalog can be either viewed on the moni-
  3. tor or printed on the printer.    The output can be sorted in  File
  4. name order,  Volume number order,  Size order,    Date order or may
  5. remain in the order of the input file.
  6.  
  7. The program is invoked with a command of the following form:
  8.  
  9.      PC-DISK2 catalog.dat [/M] [/P] [/F] [/V] [/S] [/D] [/O]
  10.  
  11. The  file name which you specified to the configuration panel  of
  12. PC-DISK   should   replace  catalog.dat  in  the  above   example
  13. command.The  brackets indicate an optional parameter.  The  first
  14. two  indicate the destination for the output;Monitor or  Printer.
  15. If they are both omitted,  Monitor is chosen. The remainder indi-
  16. cate the sorting desired; File name, Volume number, Size of file,
  17. Date  of file creation/update or Original.  If none of these  are
  18. selected, the original order is assumed.
  19.  
  20. If you have any problem with this program,  please drop me a line
  21. indicating  the type of problem.  I will endeavor to  correct  as
  22. soon as possible. My mailing address is:
  23.  
  24.          Bob Stearns
  25.          Advanced Computational Methods Center
  26.          Computer Services and Statistics Annex
  27.          University of Georgia
  28.          Athens, GA              30602
  29.