[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

Batch file for delete specific cookie file in "Temporary Internet Files" folder

Asked by 056044787 in Kernel And Operating System Specific Programming, Windows Batch Scripting

Tags: Microsoft

Hello,
I am tring to delete a cookie file (...\Local Settings\Temporary Internet Files\cookie:XXXX@ilcrm/) usign a batch file without success,
Somehow I can't see this file usign DIR command and get the following error when try to del it with /Q flag (also tried with /a:H flag): Could Not Find C:\Document....
The cookoie file has created by Dynamic CRM 4.0 on two location: Temporary Internet Files and Cookies folder. there is no problem to delete from Cookies folder.
As far as I understand, the cookie in the first folder is a link...

Thansk in advance.
1:
2:
DEL "%USERPROFILE%\Cookies\*ilcrm*"   !! work wihtout problem.
DEL /F /S /Q "%USERPROFILE%\Local Settings\Temporary Internet Files\*@ilcrm*" !! doesnt work
[+][-]01/11/09 04:47 AM, ID: 23348031Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625