home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / drg.lzh / DRG.DOC < prev    next >
Text File  |  1989-09-17  |  3KB  |  67 lines

  1.                                    DRG.DOC
  2.                                    =======
  3.                              by John Orlay Syd-PC
  4.                                 September 1989
  5.  
  6.              "DRG" is my acronym for Directory Report Generator.
  7.        You must read DRG_READ.1ST as it is the preface to this DRG.DOC 
  8.  
  9. Purpose of DRG.BAT
  10. ~~~~~~~~~~~~~~~~~~
  11. DRG.BAT displays options relating to the SOURCE, SCOPE and OUTPUT of reporting 
  12. diectories,  files  and statistics, and having solicited  your  responses,  it 
  13. generates  the  required  report  to the screen, or  to  the  printer,  or  to 
  14. a diskfile named DIRFIL .
  15.  
  16. Requirements
  17. ~~~~~~~~~~~~
  18. XT/AT with hard-disk C: running under MsDos 3.x    (Tested on XT & MsDos 3.21)
  19. Video: any      (Tested on CGA + Monochrome screen)
  20. Printer: any    (This version of DRG.BAT is configured to EPSON LQ500)
  21. Files required on-line: DRG.BAT, SDL.COM, ANSWER.COM, FLASHSET.COM  .
  22.  
  23. How to run DRG.BAT
  24. ~~~~~~~~~~~~~~~~~~
  25. At the Dos prompt, Enter  DRG
  26. Further  screen-messages  will progressively display  categories  of  options, 
  27. prompting  you  to select one from each of the  three  successively  displayed 
  28. categories.  There is a special built-in facility for you to specify selective 
  29. reporting, if you so wish.  All your responses will be echoed on the screen.
  30. After your final response DRG.BAT will then generate the report complying with 
  31. your choices.
  32.  
  33. The categories and options you will progressively see are :
  34.  
  35.   SOURCE OPTIONS
  36.   Return-Key                 = current drv:\dir\*.*
  37.   R                          = current drv:\rootdir\*.*
  38.   ?                          = you will be prompted to specify the SOURCE
  39.  
  40.   SCOPE OPTIONS
  41.   1     =  Indented Tree only
  42.   2     =  Indented Tree plus Ascii sorted cross-referenced filenames
  43.   3     =  Indented list of directories & contained filenames
  44.  
  45.   OUTPUT OPTIONS
  46.   Return-Key                 = to Screen,    2col, pausing
  47.   H                          = to Printer,   1col, paginated
  48.   W                          = to C:\DIRFIL  1col
  49.  
  50. I wrote DRG.BAT to solve the following problem :
  51. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  52. Even  though   I  used  to run W.C.Bodycomb's excellent SDL  from  Dos,  as  a  
  53. command-line  with parameters, I could never remember what syntax to use  when 
  54. and why.
  55. So,  what I needed, was an interactive .BAT program, the writing of which  was 
  56. made  easy  by ANSWER.COM, a wonderful utility by an unknown author,  and  Jim 
  57. Tucker's elegant printer-setter program FLASHSET.COM .
  58.  
  59. A note about the Printer
  60. ~~~~~~~~~~~~~~~~~~~~~~~~
  61. Looking  at a listing of DRG.BAT itself, you will see one line  starting  with 
  62. the word FLASHSET, followed by a long string of coding, to suit an EPSON LQ500 
  63. and my personal preferences for the printed format of the report.
  64. You can change this string to suit your printer and your taste.
  65.  
  66.                                   oooOOOooo
  67.