I tried creating a batch file to delete Temporary Internet File with no luck. Hopefully some one has the answer. This is my batch file below but doesn't work, am I missing some thing?
@ECHO OFF
echo *******************************************
echo ** Delete Temporary Internet Files **
echo *******************************************
CD C:\Documents and Settings\Username\Local Settings\
DEL Temporary Internet Files\*.* /Q
CD\
exit
@ECHO OFF
echo *******************************************
echo ** Delete Temporary Internet Files **
echo *******************************************
CD C:\Documents and Settings\Username\Local Settings\
DEL Temporary Internet Files\*.* /Q
CD\
exit