Clear IE History using Batch file...? & Recent

S

sunny_ti

Hello,

Can we clear IE History using Batch file or not...? I'm using IE 6 and I
want to clear history of IE using batch file and also I want to clear Recent
Documents Lists using batch file. So please guide me up... Thanks Have a Nice
Day...
 
J

ju.c

For XP and Vista

To use these commands, just run them from the command line, the start menu search box in
vista, or a batch file.

Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2

History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1

Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16

Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32

Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255

Delete All - "Also delete files and settings stored by add-ons"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351


ju.c
 
S

sunny_ti

Hello,

Dear I tried to use that commands but when I enter them a dialog box appears
and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS" so
what does it mean ...?
 
R

Ramesh, MS-MVP

The commands work only in IE7. Also, the command-line parameter is
case-sensitive.
 
J

ju.c

Sorry, I didn't know those commands would not work with IE6, besides who uses IE6 anymore
anyway.

What are the commands for IE6?


ju.c


Ramesh said:
The commands work only in IE7. Also, the command-line parameter is case-sensitive.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


sunny_ti said:
Hello,

Dear I tried to use that commands but when I enter them a dialog box appears
and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS" so
what does it mean ...?
 
F

FredP

Hello,

Can we clear IE History using Batch file or not...? I'm using IE 6 and I
want to clear history of IE using batch file and also I want to clear Recent
Documents Lists using batch file. So please guide me up... Thanks Have a Nice
Day...

Have a look at

http://support.it-mate.co.uk/?mode=Products&p=Index.datSuite

It is using a batch file.

"quote"
Overview
Index.dat Suite is a rather unique program that allows you not only to
delete the index.dat files, temporary internet files, temp files,
cookies and history, but it also allows you to view the index.dat
files on your system.

Enjoy, Fred
 
R

Ramesh Srinivasan, MS-MVP

There is no command to clear IE6 cache. One can use the CCleaner utility.

CCleaner - Home: http://www.ccleaner.com/

Command-line Parameters:
http://www.ccleanerbeginnersguide.com/scr/commandline.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


ju.c said:
Sorry, I didn't know those commands would not work with IE6, besides who
uses IE6 anymore anyway.

What are the commands for IE6?


ju.c


Ramesh said:
The commands work only in IE7. Also, the command-line parameter is
case-sensitive.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


sunny_ti said:
Hello,

Dear I tried to use that commands but when I enter them a dialog box
appears
and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS"
so
what does it mean ...?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top