home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / UTILS / A-G / CDIR2_15 / REVISION.TXT < prev   
Text File  |  1994-08-21  |  3KB  |  75 lines

  1. There were no releases between version 1.0 and version 1.5
  2.  
  3. Changes for DOS and OS/2 versions as of August 21, 1994
  4.  
  5. Added the ability to exclude files from the listing. This was made possible by
  6.      adding the pattern matching ability to the processing of the file names.
  7.      Wildcards are supported.
  8.  
  9. Improved sorting capability.
  10.  
  11. Fixed a problem for people using OS/2 on a LAN that caused a TRAP 000E.
  12.  
  13. Changed how files are checked for default inclusion in DIR list. This will
  14.      allow people using OS's other than DOS and OS/2 that use the attribute
  15.      bytes for attributes that are not part of the default DOS attributes.
  16.  
  17. Added ability to stop Pause function.  This function will allow the user to press
  18.      'N' or 'n' to start listing the files Non-Stop.
  19.  
  20. Fixed a problem where CDIR displays files that have 0's for date and time.
  21.      I have only seen files of this type on Novell network drives.
  22.  
  23. Changed how the volume label and disk serial number are determined.  This
  24.      routine will make two different attempts to try to determine a disks
  25.      Volume Serial Number and three attempts to determine the disks volume
  26.      label.
  27.  
  28. Added check to make sure that there is not an attempt to read an invalid drive.
  29.  
  30. Added ability to support patterns like "*A*.*".  Normally under true DOS the
  31.      above pattern would get converted to "*.*".
  32.  
  33. Added ability to specify a range of files to be included.  They are as follows.
  34.      /rdg    /rsg    /rng    /rtg
  35.      /rdge   /rsge   /rnge   /rtge
  36.      /rdl    /rsl    /rnl    /rtl
  37.      /rdle   /rsle   /rnle   /rtle
  38.      /rde    /rse    /rne    /rte
  39.      There are no wild cards required, and 24hr format must be followed.
  40.  
  41. Added function to show range options in effect under /V.  Each range type will
  42.      be on its own line and will show > >= = <= < followed by the value.
  43.  
  44. Added /B function that will display only the filename without any device
  45.      information and when the recurse directory option is on it will display the
  46.      filename with a fully qualified path.
  47.  
  48. Added ability to determine the fact that the output is being redirected.  If it
  49.      is determined that the output is being redirected all color output is set
  50.      off.  Also all PAUSE functions are turned off.  This will allow for no
  51.      intervention when redirecting.  When the /F parameter is used, the pause
  52.      function is unaffected.
  53.  
  54. Modified code to handle gigs as well as megs when outputing file amount used and
  55.      free.
  56.  
  57. Added process to show exclusion patterns under /V, they will appear in
  58.      alphabetical order.
  59.  
  60. Added ability to display OS/2 EA sizes in DOS.  This information will only be
  61.      displayed when the /N option is on for performance reasons.
  62.  
  63. Added two places to the space free line and one to the space used to handle
  64.      gigs.
  65.  
  66. Fixed a problem where the "Reading Directory Entries..." did not get erased
  67.      properly when in /3 mode.
  68.  
  69. Fixed the problem where a CDROM drive would be marked as a REMOTE drive under
  70.      DOS.
  71.  
  72. Added ability to exclude a specific path ie: /X SOURCE\*.*
  73.  
  74. Added ability to see CDIR and CDIR2 environment variable.
  75.