|
[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. |
|
|
|
|
Asked by 056044787 in Kernel And Operating System Specific Programming, Windows Batch Scripting
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
|
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625