home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / prg / c / freedos3 / source / com020 / bugs next >
Text File  |  1995-01-15  |  904b  |  27 lines

  1. Known bugs in COMMAND.EXE
  2.  
  3. It has some problems spawning other programs.  (It doesn't work.)  Works
  4. most of the time, but some programs really die hard...  Dunno why.
  5.  
  6. It does not pass the environment correctly to other programs (when it just
  7. happens to call the program at all) when there are no variables set.
  8.  
  9. CD won't work with no arguments.
  10.  
  11. path searching is messed up.  Doesn't use current path, but uses path that
  12. was passed to it...
  13.  
  14. When switching to a drive with no disk in it, it doesn't notice :-)
  15.  
  16. Command-line editing is REALLY slow, since it redraws each time.  This
  17. will be fixed soon.
  18.  
  19. Interesting features:
  20. ---------------------
  21.  
  22. It skips a line or three between each command prompt.
  23.  
  24. CD works with a terminating \ on a path.  This probably won't be a problem,
  25. but it is incosistent with MS-DOS.  It's nice to have since the TAB
  26. completion adds the \ if you're completing a directory.
  27.