D
D
Are there any freeware programs that will erase specific files locked by Windows
when rebooting?
when rebooting?
Are there any freeware programs that will erase specific files locked
by Windows when rebooting?
Are there any freeware programs that will erase specific files locked
by Windows when rebooting?
CalamityKen said:
You don't need a program. Put a few lines in autoexec.batAre there any freeware programs that will erase specific files locked by Windows
when rebooting?
For Win98 add the following to the autoexec.bat file:D said:Are there any freeware programs that will erase specific files locked by Windows
when rebooting?
GeorgeD said:For Win98 add the following to the autoexec.bat file:
rem clean browser & temp files
cd c:\
attrib -r -s -h -a c:\windows\tempor~1\content.ie5\index.dat
attrib -r -s -h -a c:\windows\cookies\index.dat
attrib -r -s -h -a c:\windows\history\history.ie5\index.dat
del c:\windows\tempor~1\content.ie5\index.dat
del c:\windows\cookies\index.dat
del c:\windows\history\history.ie5\index.dat
deltree /y c:\windows\tempor~1\*.*
deltree /y c:\windows\cookies\*.*
deltree /y c:\windows\history\*.*
deltree /y c:\temp\*.*
deltree /y c:\windows\recent\*.*
deltree /y c:\windows\temp\*.*
Two possibilities:D said:Are there any freeware programs that will erase specific files locked by Windows
when rebooting?
Copy Lock:Are there any freeware programs that will erase specific files locked by Windows
when rebooting?