~DOS Tip (Directories)

A few issues back I explained how to get rid of the dreadful 
undeletable directories with all those non-standard characters in.
Well here's another solution to this BAD Directory problem.


At the DOS prompt type DELTREE "bad dir" making sure that you use 
the quotes (" ").  This should then get rid of the directory.


You can also delete the directory by using the MOVE command.  Simply 
rename the directory to a legal name.  Eg.

At the DOS prompt type MOVE "bad dir" bad_dir
