home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q93592 < prev    next >
Text File  |  1993-06-05  |  2KB  |  46 lines

  1.  
  2. ARTICLE-ID:Q93592
  3. TITLE     :Correcting Illegal Directory Names With DELTREE and MOVE      
  4.  
  5. --------------------------------------------------------------------
  6. The information in this article applies to:
  7.  
  8.  - Microsoft MS-DOS operating system version 6.0
  9. --------------------------------------------------------------------
  10.  
  11. Summary:
  12.  
  13. The MS-DOS DEL command cannot be used to delete a directory with a
  14. blank space in the name (for example "C:\MY WORK"). However, you can
  15. use the MS-DOS 6 programs DELTREE and MOVE to delete or rename these
  16. directories.
  17.  
  18. More Information:
  19.  
  20. Some utilities and installation programs allow you to create directory
  21. names with illegal characters (such as spaces). Because a directory
  22. name with a space or other illegal character is not expected, DEL was
  23. not designed to work with them.
  24.  
  25. Using DELTREE to Delete Illegal Directories
  26. -------------------------------------------
  27.  
  28. The DELTREE program can be used to delete illegal directories. For
  29. example, type the following at the MS-DOS command prompt:
  30.  
  31.    DELTREE "MY WORK"
  32.  
  33. Note: You must type the quotation marks.
  34.  
  35. Using MOVE to Rename Illegal Directories
  36. ----------------------------------------
  37.  
  38. The MOVE program can be used to rename illegal directories. For
  39. example, type the following at the MS-DOS command prompt:
  40.  
  41.    MOVE "MY WORK" MY_WORK
  42.  
  43. Note: You must type the quotation marks.
  44.  
  45. Additional reference words: 6.0
  46.