i use this code to delete all IE History files, it deletes all files but when i go to the IE and see address bar those history is still there. so how would i clear those history from VB not from IE.

shell "DELTREE /Y c:\windows\history"

Thanks in advanced.