home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 005A / CDDBNG11.ZIP / FILE_ID.DIZ < prev    next >
Text File  |  1995-08-23  |  703b  |  27 lines

  1. CDD! 1.1 - an improved Change Directory
  2. command that sets the errorlevel.
  3.  
  4. The CD command that comes with MS or PC
  5. DOS has four flaws:
  6.  
  7. 1.  It does not set the ERRORLEVEL for
  8.     Invalid directories.
  9.  
  10. 2.  It fails when there is a trailing
  11.     backslash on the name.
  12.  
  13. 3.  You cannot hide its error messages
  14.     with >NUL: redirection.
  15.  
  16. 4.  It will not change the drive for
  17.     you, just the directory.
  18.  
  19. CDD! acts just like CD except that it
  20. fixes these four problems.  CDD! is
  21. slower since it is must be loaded each
  22. time, whereas CD is internal to DOS.
  23. CDD! similar to 4DOS CDD.  MASM/OPTAsm
  24. source included.  May be freely
  25. distributed and used for any purpose
  26. except military.
  27.