View Single Post
Old 04-20-2003, 04:06 AM   #5 (permalink)
charliex
Junkie
 
Join Date: Apr 2003
Location: North Hollywood
http://www.jpsoft.com install 4NT and stop using CMD

del "dirname" /sxqyz

will delete *everything* and won't ask, its equiv to rm -rf on unix

/s all subdirs
/x remove all empty subdirs
/q quiet, just do it
/y say yes to all prompts
/z zap all hidden and read only files

use with caution

del C:\ /sxqyz will wipe out most of your hard disk very quickly

if you use cmdline a lot its well woth getting 4NT its very powerful
charliex is offline   Reply With Quote