//flex table opened by JP

Click to See Complete Forum and Search --> : DOS gurus, I need help.


JCH1
01-23-2001, 09:55 PM
What do I need to type from command line to to delete the Recycle Bin in Windows 98?

I need it gone so that on reboot it can be replaced. I've had this problem before and I know that deleting it will fix it.

NDC
01-23-2001, 10:10 PM
example:

c:\del msdos.sys

Dave_H
01-23-2001, 10:45 PM
I think this is what you want:
(from a command prompt)
attrib -s -h recycled <enter> (note spaces)
del recycled <enter>
Dave

OuTpaTienT
01-23-2001, 10:46 PM
This should do it, if I understand what you want to do?

deltree c:\recycled


[This message has been edited by OuTpaTienT (edited 01-23-2001).]

JCH1
01-24-2001, 08:43 AM
Thanks y'all, I think Dave_H's was the one I used before.