C
CM4@FL
I want to clear my temp internet files after every 20 website visits. I know
I have to define my counter but not sure how?
If ___ = 20 then
Shell "RunDll32.exe InetCpl.Cpl, ClearMyTracksByProcess 8"
End if
I have to define my counter but not sure how?
If ___ = 20 then
Shell "RunDll32.exe InetCpl.Cpl, ClearMyTracksByProcess 8"
End if