I just recently created a .bat using notepad. The reason is that I want to delete all (TIF, HISTORY, COOKIES AND RECENT FILES) with one double click.
Whenever I click onto the .bat file, the TIF files are not deleted.
The configuration for the .bat are as follows:@echo on
deltree /y c:\windows\tempor~1\*.*
deltree /y c:\windows\recent\*.*
deltee /y c:\windows\cookies\*.*
deltree/y c:\windows\history\*.*
Is there something I need to add to this .bat to delete all TIF files.
Any help is appreciated.
P.S.> The only files that are not being deleted are the TIF files.
The TIF is a system protected folder... if you run that from a floppy
boot disk then it should work.
Rick
> I just recently created a .bat using notepad. The reason is that I want to delete all (TIF, HISTORY, COOKIES AND RECENT FILES) with one double click.
> Whenever I click onto the .bat file, the TIF files are not deleted.
[quoted text clipped - 8 lines]
>
> P.S.> The only files that are not being deleted are the TIF files.
Faldo - 30 Jun 2004 23:49 GMT
Thanks for the response, Rick.
> The TIF is a system protected folder... if you run that from a floppy
> boot disk then it should work.
[quoted text clipped - 13 lines]
> >
> > P.S.> The only files that are not being deleted are the TIF files.