home *** CD-ROM | disk | FTP | other *** search
/ Cheet Sheets 1995 July / CHEET42.ZIP / 3OSTIP.TXT < prev    next >
Encoding:
Text File  |  1995-07-07  |  521 b   |  16 lines

  1. ~DOS Tip (Directories)
  2.  
  3. A few issues back I explained how to get rid of the dreadful 
  4. undeletable directories with all those non-standard characters in.
  5. Well here's another solution to this BAD Directory problem.
  6.  
  7.  
  8. At the DOS prompt type DELTREE "bad dir" making sure that you use 
  9. the quotes (" ").  This should then get rid of the directory.
  10.  
  11.  
  12. You can also delete the directory by using the MOVE command.  Simply 
  13. rename the directory to a legal name.  Eg.
  14.  
  15. At the DOS prompt type MOVE "bad dir" bad_dir
  16.