How to delete any traces of a navigation???
I'm sorry, but I get an error with the folllowing line:
Kill ("C:\Windows\Temporary Internet Files\*.*")
What can I do?
Program to clean internet trail.
If you school is using windows or win2000, then you will not have administrative privileges. You will not be able to delete system files or folders suck as those in Internet Explorers folder. In other words using the Shell Deltree code will not work and you will receive an error message. You best bet is to turn off auto-complete,clean temp. internet files, and clean history.
I'm coding a program now that should do as you ask (and a little more) but it will not be ready for a short time. Also, you may not be able to install it if you do not have administrative privileges.
Also do not use deltree to to remove any folders in the windows directory. Often they are required files and folders and may cause system crashes if removed. BE CAREFUL.
-mstrclark