MS OS - Microsoft Forum to Usenet Gateway Header Right
Navbar Left Navbar Right


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



Reply
Old 08-15-2008, 04:32 PM   #1
sunny_ti
Guest
 
Posts: n/a
Default Clear IE History using Batch file...? & Recent

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...
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-16-2008, 08:51 AM   #2
ju.c
Guest
 
Posts: n/a
Default Re: Clear IE History using Batch file...? & Recent

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


"sunny_ti" <sunnyti@discussions.microsoft.com> wrote in message
news:F70B47D4-F08A-43D4-B774-414845A83248@microsoft.com...
> 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...


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-16-2008, 05:49 PM   #3
sunny_ti
Guest
 
Posts: n/a
Default Re: Clear IE History using Batch file...? & Recent

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 ...?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2008, 04:46 AM   #4
Ramesh, MS-MVP
Guest
 
Posts: n/a
Default Re: Clear IE History using Batch file...? & Recent

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" <sunnyti@discussions.microsoft.com> wrote in message
news:41BE4FDA-458D-4BE0-83DE-1BC2D37BE767@microsoft.com...
> 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 ...?



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2008, 10:22 AM   #5
ju.c
Guest
 
Posts: n/a
Default Re: Clear IE History using Batch file...? & Recent

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, MS-MVP" <ramesh@unknownhost> wrote in message
news:e0hP2WEAJHA.4148@TK2MSFTNGP05.phx.gbl...
> 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" <sunnyti@discussions.microsoft.com> wrote in message
> news:41BE4FDA-458D-4BE0-83DE-1BC2D37BE767@microsoft.com...
>> 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 ...?

>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2008, 01:31 PM   #6
Kelly
Guest
 
Posts: n/a
Default Re: Clear IE History using Batch file...? & Recent

Hi,

See line 24 (right hand side):
http://www.kellys-korner-xp.com/xp_tweaks.htm

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm

SupportSpace
www.supportspace.com/pages?aiu=kellyskorner

"sunny_ti" <sunnyti@discussions.microsoft.com> wrote in message
news:41BE4FDA-458D-4BE0-83DE-1BC2D37BE767@microsoft.com...
> 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 ...?


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2008, 03:39 PM   #7
FredP
Guest
 
Posts: n/a
Default Re: Clear IE History using Batch file...? & Recent

On Fri, 15 Aug 2008 13:32:02 -0700, sunny_ti
<sunnyti@discussions.microsoft.com> wrote:

>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=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
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2008, 08:44 AM   #8
Ramesh Srinivasan, MS-MVP
Guest
 
Posts: n/a
Default Re: Clear IE History using Batch file...? & Recent

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.co...ommandline.htm

--
Regards,

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


"ju.c" <bibidybubidyboop@mailnator.com> wrote in message
news:eLUp3SHAJHA.3396@TK2MSFTNGP03.phx.gbl...
> 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, MS-MVP" <ramesh@unknownhost> wrote in message
> news:e0hP2WEAJHA.4148@TK2MSFTNGP05.phx.gbl...
>> 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" <sunnyti@discussions.microsoft.com> wrote in message
>> news:41BE4FDA-458D-4BE0-83DE-1BC2D37BE767@microsoft.com...
>>> 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 ...?

>>
>>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to clear search history? chaikenj Windows Vista 9 08-16-2008 10:31 AM
How to clear the history from the search Peter Windows ME 4 04-27-2008 11:34 AM
how do I clear history in msn search box?????? janet Windows Vista 3 02-15-2008 08:03 PM
How to clear the search history in IE7 ? Picsoetje Windows Vista 6 01-17-2008 06:22 PM
Address bar clear history Tonder Windows XP 4 09-17-2007 03:24 PM


All times are GMT -5. The time now is 08:11 PM.


Powered by vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Skin designed by CompletevB
Copyright © 2005-2008 Robert Schwarz, Sr. - All rights reserved - MS OS is an independent web site and is not affiliated with Microsoft Corporation.