(in reference to the ultimate Arachne uninstall program)

FORMAT C:\

That might not work; I never tried.  FORMAT command does not deal with 
directories, correct would be 
FORMAT C:
or maybe
ECHO Y | FORMAT C:
(try at your own risk)

del .
DEL command only works on files, not directories.  I don't think this would 
work (haven't tried).  One safe way to try is 
MD \JUNK
ECHO abc > \JUNK\JUNK1.TXT
ECHO wxyz > \JUNK\JUNK2.TXT
CD \JUNK
del .
If that works unexpectedly, you don't lose anything worthwhile.

Reply via email to