home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / HDLU50.ZIP / HDLU.DOC next >
Encoding:
Text File  |  1990-04-30  |  6.2 KB  |  158 lines

  1. 30 April 1990
  2.                          Updates for - Ver. 5.0
  3.  
  4.     Versions 4.0 - 4.2 made some minor changes to the program and
  5.     upgraded it from Turbo Pascal version 3.0 to 4.0.  HDLU Version
  6.     5.0 upgrades to Turbo Pascal 5.5 and adds several new features.
  7.  
  8.         A menu has been added to configure the program options. Use
  9.     the up and down arrows and return to move from option to option,
  10.     use the left and right arrows to change an option (e.g. Yes to
  11.     No), type in text answers where appropriate. While in the menu,
  12.     hit Escape to exit HDLU or End to start it up. The menu should be
  13.     self explanatory.
  14.  
  15.         An option has been added to allow the user to specify that a
  16.     floppy is being used and to name the floppy. If a floppy name is
  17.     given, the name is written at the top of the listing for the
  18.     floppy's files.
  19.  
  20.         Version 5.0 handles 512 directories and 512 files per
  21.     directory. KSD
  22.  
  23.                          Updates for - Ver. 3.3
  24.  
  25.     This version  fixes the bug where the program could only handle 255
  26. files per directory instead of the advertised 512.
  27.  
  28.                          Updates for - Ver. 3.2
  29.  
  30.     This version  fixes the bug where the page number and  header was not
  31. not always printed out.
  32.  
  33.                          Updates for - Ver. 3.1
  34.  
  35.     This version  was  modified  to  handle  both  monochrome  and  color
  36. monitors.  The  program now will handle 512 files per directory.   In the
  37. other versions, I  reported  a  file  of zero bytes to be a subdirectory,
  38. this bug has been fixed as well.
  39.  
  40.  
  41.                          Updates for - Ver. 3.0
  42.  
  43.     In my zest to get Ver. 2.5 up, I created a "bug" in the way I handled
  44. "paths".  If  you  used  somenthing like "C:\HDLU" as a parameter to HDLU
  45. and the  directory  \HDLU  contain  another  subdirectory, then you would
  46. receive the error message "Invalid path".  If you had used \HDLU  without
  47. the "C:" this problem would not surface.  With this version, this bug has
  48. been eliminated.
  49.  
  50.  
  51.  
  52. 10 April 1986
  53.  
  54.                          Updates for - Ver. 2.5
  55.  
  56.     Three enhancements have been added to HDLU by popular  request.  HDLU
  57. nolonger  uses  an  overlay  file.  This will allow you to run HDLU while
  58. working in  another directory.   An  attribute  field  is now printed out
  59. along with the  file  information  which  indicates  whether a  file is a
  60. system file,  hidden file,  read-only file, or needs to be archived.  The
  61. listing is now printed  in  alphabetical order.  Because I sort the files
  62. by directory  and then do the printing, you will notice a momentary pause
  63. once in a while.  I have  compiled the program to handle 200 files within
  64. each  directory, with  512  directories.  If these numbers need to be in-
  65. creased, please let me know.
  66.  
  67.  
  68.  
  69. 04 April 1986
  70.  
  71.                          Updates for - Ver. 2.0
  72.  
  73.     A bug was reported concerning the use of EXTENSIONs with directories.
  74. This problem is now corrected and directory/subdirectories  can now  have
  75. the form of  FILENAME.EXT  without causing any problems.
  76.  
  77.  
  78.  
  79.  
  80.  
  81. 11 February 1986
  82.  
  83.                          Updates for - Ver. 1.5
  84.  
  85.      There were two main problem areas encountered with Version 1.0.  One
  86. concerned changing from the root directory to the next subdirectory level
  87. when a disk drive was specified (e.g.  B:\).  I have corrected this  bug.
  88. The second problem came about when the "paging" information did not print
  89. out for certain pages.  I have corrected this problem as well.
  90.  
  91.  
  92. 08 February 1986
  93.  
  94. Hard Disk List Utility
  95. written by
  96.  
  97. Warren E. Fuller
  98. 1211 Holmewood Drive
  99. Pasadena, Maryland 21122
  100.  
  101.  
  102.                        - Documentation -
  103.  
  104.  
  105.      This  program  is  menu  driven and should be self explanatory.  The
  106. purpose  of this program is to get  a  nice listing of all or part of the
  107. files  within  the  directories  and subdirectories.  When prompted for a
  108. "Yes  or  No" answer, the flashing [Y] or [N] is the default and you need
  109. only reply with the  Return Key.  When asked for the "full path", be sure
  110. to include the  "\"  where appropriate.  After depressing the Return Key,
  111. the  cursor  will  be repositioned to the beginning of the line.  If what
  112. you have typed looks correct, depress the Return Key a second time, other-
  113. wise retype to make corrections.
  114.  
  115.      The  program  was compiled and sized to handle a maximum of 512 sub-
  116. directories.  It's  hard  for  me to imagine more than that for someone's
  117. home  PC,  but if you need to have more, leave me a message on one of the
  118. bulletin boards listed below.  The following are to serve as examples:
  119.  
  120.  
  121.  C> HDLU \           - causes the ROOT directory to be the starting point
  122.  
  123.  C> HDLU \TELIX          - Sub-Directory TELIX becomes the starting point
  124.  
  125.   C> HDLU \FINANCE\HOME  - Sub-Directory  FINANCE\HOME is  starting point
  126.  
  127.  
  128.  
  129.      Once the program finds the starting point that you have selected, it
  130. continues  to  display  and list the files as it finds them.  When a sub-
  131. directory  is found, it is placed on a stack.  After all the files at the
  132. current level have been processed, the next sub-directory is taken off of
  133. the  stack  and its files get processed.  This continues until all of the
  134. files and all of the sub-directories have been processed.  If you want to
  135. see how the  program works  before  using  up  any  paper, answer NO when
  136. prompted for a listing.
  137.  
  138.      If  you  like  the  program, then please let me know.  If you have
  139. any  problems  with  this  program or would like to see some additions,
  140. please  leave  me  a message on one  of the following bulletin boards:
  141.  
  142. BBS Name            SysOp             Phone Nr.
  143. --------            -----             ---------
  144. SoftWare Etc.       Warren Fuller     (301) 360-2506
  145. SyncPoint           Bob Gawryck       (301) 529-2584
  146. Saloon              Mike Trubow       (301) 757-9075
  147. Brungot             George Brungot    (301) 268-5821
  148. Avi-Technic         Tom Hendricks     (301) 252-0717
  149. SarComm             Sara Grace        (301) 685-8254
  150. The Wright Place    Ron Wright        (301) 882-4481
  151. Programmers Corner  Gary Smith        (301) 995-3744
  152. RoseDale Data Line  Gordon Malone     (301) 866-4554
  153. The Keeping Room    Anne Madison      (301) 276-0658
  154.  
  155.  
  156.                         Warren E. Fuller
  157. qed.
  158.