Thomas Mueller wrote:

>(in reference to the ultimate Arachne uninstall program) 

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. <


The command DELTREE erases directories and all files within 
them -- at least, in DOS 6.22.

    If you don't have DELTREE, you could always make up a batch 
file (call it something imaginative like DT.BAT) to erase all 
files in the specified directory and then remove that directory. 
   Likely you'd have to run it as many times as you have 
subdirectories, but it could save a lot of typing. 


Cheers
Terri 
 

Reply via email to