Temp Internet Files, History
Results 1 to 5 of 5

Thread: Temp Internet Files, History

  1. #1
    Registered User
    Join Date
    Apr 2001
    Location
    North East, MD
    Posts
    99

    Post Temp Internet Files, History

    Hi, I just reformatted my PC, and I saved my old History, Favorites, and Temp Internet Files onto another drive. When I try to replace those files on the fresh install. Favorites is cool, but both of the others are protected and cannot be overwritten. Any ideas on how to get around this. I gues only a moron would not have forseen this in ME.
    Thanks in Advance
    Jim

  2. #2
    Registered User AlienDyne's Avatar
    Join Date
    May 1999
    Location
    Athens, GREECE
    Posts
    3,772

    Post

    You could do that under DOS.

    Use a Win98 Bootable disk. Delete the new files from that folders and replace them with the old ones.

    A couple of useful commands to add into this bootable disk before doing anything else are:
    1. Attrib
    2. Deltree

    These will help you do this job easily and faster.

  3. #3
    Senior Member condor's Avatar
    Join Date
    Jan 2001
    Posts
    878

    Post

    why would you want to save your temporary Internet files ?


    the cookies are not stored there...

    they are saved in a cookies folder...

    anyway when you copy the files in dos put Xcopy32.exe on the floppy (you still want long file names to work...)


    btw, you can just rename the folder in DOS and then windows will not protect it anymore.. (but also make sure you delete a file called Desktop.ini which is hidden in those directories)

    <IMG SRC="smilies/smile.gif" border="0">


    Good luck

  4. #4
    Registered User L15ard's Avatar
    Join Date
    Apr 2001
    Location
    Newcastle, England
    Posts
    83

    Lightbulb

    you guys like making work for yourself, James you should have used the import/export in the file menu of IE which allows you to export cookies, favourites, etc.

    and here's the dos command to help you on your way

    if exist %temp% goto copytmp
    md c:\windows\temp (or cookies)
    :copytmp
    attrib <drive><folder> -r -a -s -h
    copy <drive><folder>\*.* to c:\windows\temp (or cookies)
    deltree <drive><folder>

    hope this helps

    <IMG SRC="smilies/smile.gif" border="0">

    C'ya

  5. #5
    Registered User L15ard's Avatar
    Join Date
    Apr 2001
    Location
    Newcastle, England
    Posts
    83

    Post

    oops, html code, sorry

    if exist %temp% goto copytmp
    md c:\windows\temp (or cookies)
    :copytmp
    attrib {drive}{folder}\*.*-r -a -s -h
    copy {drive}{folder}\*.* to c:\windows\temp (or cookies)
    deltree {drive}{folder}

    C'ya

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •