Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

(cLive ;-) Re: Deleting Microsoft's hidden web caches created by IE5

by cLive ;-) (Prior)
on Feb 16, 2002 at 04:56 UTC ( [id://145814]=note: print w/replies, xml ) Need Help??


in reply to Deleting Microsoft's hidden web caches created by IE5

Ah, yes, valid point. And as crazyinsomniac points out - don't try to run this in Windows - boot to DOS first! (f8 at boot, I think :)

cLive ;-)

-- seek(JOB,$$LA,0);

  • Comment on (cLive ;-) Re: Deleting Microsoft's hidden web caches created by IE5

Replies are listed 'Best First'.
Tweaks for win2000
by alehavi (Initiate) on Oct 12, 2004 at 19:53 UTC
    first, you must direct the File::find to your current dir (or it will treat the target "Local setting" directory as if it is on c: root find(\&wanted, "c:\/Documents and Settings\/YourUser\/Local Settings"); second - perl cant unlink the file (locked -> permission denied"). i use overwrite, which also takes care of the undelete problem: use File::Copy; copy('c:\empty.txt',$_)||$!;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://145814]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-23 19:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found