View Single Post
Old 10-24-2002, 02:36 AM   PM User | #6
jscript_junkie
New Coder

 
Join Date: Jun 2002
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
jscript_junkie is an unknown quantity at this point
You have the wrong text in your autoexec.bat:

deltree/y c:\folder\sub\

The "/y" stops the prompt asking you if you're sure you want to delete it. It deletes before Windows loads.

You could also do:

del c:\windows\recent\*.lnk to delete recent files

Hope this helps!


Wow, it's been a long time since I've been here..
jscript_junkie is offline   Reply With Quote