Hello: This thread is a continuation of (Thread615-390655) subject = "Correct DEL Syntax in Autoexec.bat to bypass Confirmation ?"
Facts:
After using autoexec.bat to delete "Temporary Internet Files" and having trouble . . . I deleted "Temporary Internet Files" (folder) from C:\WINDOWS and copied it back from a CDR disk containing a backup of C:\WINDOWS.
After copying it back - I had to change the "INDEX.DAT" attribute from READ-ONLY to ARCHIVE.
Now, all my COOKIES do NOT appear in "Temporary Internet Files" . . . nor is the "INDEX.DAT" file ( rebuilt ) after I deleted all the files in this folder using autoexec.bat upon startup.
TEMPORARY INTERNET FILES (presently - from CDR backup):
C:\Windows\Tempor~1>DIR
CONTENT.IE5 <DIR>
desktop.ini 67 bytes (attrib.= H S)
C:\Windows\Tempor~1\Content.IE5>DIR
5u969ysf <DIR>
ighr1nij <DIR>
k1q38dun <DIR>
y5r1eis2 <DIR>
desktop.ini 67 bytes (attrib.= H A)
index.dat 688,128 bytes (attrib.= A)
NOTE: Each of the 4 above <DIR> in CONTENT.IE5 contain just the one file . . . DESKTOP.INI 67 bytes (attrib.= H A)
ALL "desktop.ini" files are the same except for ATTRIBUTES.
[.ShellClassInfo]
UICLSID={7BD29E00-76C1-11CF-9DD0-00A0C9034933}
LINES added to AUTOEXEC.BAT to cleanup Internet Files:
deltree /y c:\windows\shelli~1 > NUL
deltree /y c:\windows\cookies*.* > NUL
deltree /y c:\windows\history\index.dat > NUL
deltree /y c:\windows\history\history.ie5\index.dat > NUL
deltree /y c:\windows\history\history.ie5\desktop.ini > NUL
deltree /y c:\windows\history\history.ie5\mshist~1\index.dat > NUL
if exist DEL c:\windows\ff*.tmp
if exist DEL c:\windows\system\advert.dll
deltree /y c:\windows\tempor~1\content.ie5\index.dat > NUL
del c:\windows\tempor~1\?*.*
del c:\windows\tempor~1\content.ie5\5u969ysf\?*.*
del c:\windows\tempor~1\content.ie5\ighr1nij\?*.*
del c:\windows\tempor~1\content.ie5\k1q38dun\?*.*
del c:\windows\tempor~1\content.ie5\y5r1eis2\?*.*
CONFUSION:
1) Is there supposed to be a "desktop.ini" in those 4 directories of C:\windows\tempor~1\content.ie5 ???
2) Should ALL "desktop.ini" attributes be the SAME, ie., "hidden, system" ???
3) Should the "INDEX.DAT" file in c:\windows\tempor~1\content.ie5 (folder) be so large, ie., 688,128 bytes ???
4) Why doesn't EXPLORER "rebuild" INDEX.DAT after I delete it ???
5) Why aren't C:\windows\COOKIES showing up in c:\windows\temporary internet files . . . anymore ???
CAN ANYBODY HELP WITH ALL THIS CONFUSION?
Thank you.
Facts:
After using autoexec.bat to delete "Temporary Internet Files" and having trouble . . . I deleted "Temporary Internet Files" (folder) from C:\WINDOWS and copied it back from a CDR disk containing a backup of C:\WINDOWS.
After copying it back - I had to change the "INDEX.DAT" attribute from READ-ONLY to ARCHIVE.
Now, all my COOKIES do NOT appear in "Temporary Internet Files" . . . nor is the "INDEX.DAT" file ( rebuilt ) after I deleted all the files in this folder using autoexec.bat upon startup.
TEMPORARY INTERNET FILES (presently - from CDR backup):
C:\Windows\Tempor~1>DIR
CONTENT.IE5 <DIR>
desktop.ini 67 bytes (attrib.= H S)
C:\Windows\Tempor~1\Content.IE5>DIR
5u969ysf <DIR>
ighr1nij <DIR>
k1q38dun <DIR>
y5r1eis2 <DIR>
desktop.ini 67 bytes (attrib.= H A)
index.dat 688,128 bytes (attrib.= A)
NOTE: Each of the 4 above <DIR> in CONTENT.IE5 contain just the one file . . . DESKTOP.INI 67 bytes (attrib.= H A)
ALL "desktop.ini" files are the same except for ATTRIBUTES.
[.ShellClassInfo]
UICLSID={7BD29E00-76C1-11CF-9DD0-00A0C9034933}
LINES added to AUTOEXEC.BAT to cleanup Internet Files:
deltree /y c:\windows\shelli~1 > NUL
deltree /y c:\windows\cookies*.* > NUL
deltree /y c:\windows\history\index.dat > NUL
deltree /y c:\windows\history\history.ie5\index.dat > NUL
deltree /y c:\windows\history\history.ie5\desktop.ini > NUL
deltree /y c:\windows\history\history.ie5\mshist~1\index.dat > NUL
if exist DEL c:\windows\ff*.tmp
if exist DEL c:\windows\system\advert.dll
deltree /y c:\windows\tempor~1\content.ie5\index.dat > NUL
del c:\windows\tempor~1\?*.*
del c:\windows\tempor~1\content.ie5\5u969ysf\?*.*
del c:\windows\tempor~1\content.ie5\ighr1nij\?*.*
del c:\windows\tempor~1\content.ie5\k1q38dun\?*.*
del c:\windows\tempor~1\content.ie5\y5r1eis2\?*.*
CONFUSION:
1) Is there supposed to be a "desktop.ini" in those 4 directories of C:\windows\tempor~1\content.ie5 ???
2) Should ALL "desktop.ini" attributes be the SAME, ie., "hidden, system" ???
3) Should the "INDEX.DAT" file in c:\windows\tempor~1\content.ie5 (folder) be so large, ie., 688,128 bytes ???
4) Why doesn't EXPLORER "rebuild" INDEX.DAT after I delete it ???
5) Why aren't C:\windows\COOKIES showing up in c:\windows\temporary internet files . . . anymore ???
CAN ANYBODY HELP WITH ALL THIS CONFUSION?
Thank you.