Results 1 to 9 of 9
  1. #1
    NWF Summers's Avatar
    Location
    Texas
    Post Count
    4,998
    NBA Team
    San Antonio Spurs
    I was typing up something on Word Pad and accidentally closed it without saving it... Does anyone know if there's any way at all to recover it? Is there a temporary file I can search for?


  2. #2
    Veteran David Bowie's Avatar
    Location
    Boston, MA
    Post Count
    1,092
    NBA Team
    San Antonio Spurs
    I don't aknow the first thing about computers (Sorry) but I can feel your pain. I've had to retype essyas at 7 o'clock in the morning. That type of thing makes me cry .

    Good luck

  3. #3
    Mr. Dignity Solid D's Avatar
    Post Count
    23,462
    NBA Team
    San Antonio Spurs
    I was typing up something on Word Pad and accidentally closed it without saving it... Does anyone know if there's any way at all to recover it? Is there a temporary file I can search for?

    I'm not the best computer whiz but Wordpad uses .rtf (Rich Text Format), so you could probably go to the Start button (bottom left corner) and select SEARCH and search ALL FILES AND FOLDERS and then type in .rtf in the top search area that says ALL OR PART OF THE FILE NAME and see if it comes up with anything from today (far right of the description shows the date modified).

  4. #4
    Mr. Dignity Solid D's Avatar
    Post Count
    23,462
    NBA Team
    San Antonio Spurs
    Another simple thing to try is to open up Wordpad, click on FILE and see the most recent do ents listed (right below PAGE SETUP) and click on them to see if any of them are your missing do ent.

  5. #5
    Me or He?
    Post Count
    731
    NBA Team
    San Antonio Spurs
    system revoc...

    windows normally has temporary files etc hay i don't know lol

  6. #6
    SW: Hot As Hell
    Post Count
    7,069
    NBA Team
    San Antonio Spurs
    Did you mean "system recov"? I think you're pretty much screwed unless you have some sort of auto-save in word running. Once word closes I think it kills the temp file of the do ent you were working on. I do some searches at the Microsoft Knowledge Base and check out if anything is left after you close Word. But I don't think there is.

  7. #7
    SW: Hot As Hell
    Post Count
    7,069
    NBA Team
    San Antonio Spurs
    Sorry, but it doesn't look good for you......

    http://support.microsoft.com/default...24120121120120

    SUMMARY
    This article explains when, where, and how Microsoft Word for Windows creates temporary files.
    Back to the top Back to the top
    MORE INFORMATION
    Definition of a Temporary File
    A temporary file is a file that is created to temporarily store information in order to free memory for other purposes, or to act as a safety net to prevent data loss when a program performs certain functions. For example, Word determines automatically where and when it needs to create temporary files. The temporary files only exist during the current session of Word. When Word is shut down in a normal fashion, all temporary files are first closed and then deleted.

    Back to the top Back to the top
    Why Does Word Create Temporary Files?
    Speed:

    If there is not enough memory available to keep the do ent with all its edits in memory and still perform manipulations such as sorting, dragging, scrolling, and so on quickly along with any other applications that are running, then Word moves part of its code that is not being used or part of the do ent that is not being edited from memory to disk. This movement to temporary files on disk frees more memory for text manipulation or storage of the parts of the do ent that are being actively edited.

    Data Integrity:

    Word uses temporary files as a "safety net" to protect against system errors in its file-saving scheme. By saving to a temporary file first and then renaming the file to the proper name, Word ensures the data integrity of your original file against problems (such as a power failure or lost network connections) that may occur while the file is being written.
    Back to the top Back to the top
    Types of Temporary Files
    MS-DOS-Based File:

    These are standard MS-DOS files.

    Do ent-File-Based File:

    The difference between this file and a traditional MS-DOS file is that multiple programs can read and write to these files without the original owner knowing about it. Additionally, do ent files have inherent properties that allow Word to create files and directories within files. At startup, Word creates one temporary (direct) do ent file called ~wrfxxxx.tmp. You can determine that it is a do ent file because the initial size is 1,536 bytes. This temporary do ent file is used to store all OLE objects that belong to unnamed do ents, Undo, the Clipboard, and do ents whose native formats are not do ent format (for example, .txt, .rtf, and Word 2.0 do ents). Word can open do ent files using two different modes: transacted and direct. These modes are discussed later in this article.

    Transacted Do ent Files:

    Transacted files allow Word to open a file, write to it, and have other programs--such as Microsoft Excel--write to it, but still retain the right to restore the file to the state it was in when Word first opened it.

    To do this, the do ent file creates ghost images (typically ~dftxxxx.tmp) of all the changes made to the file after it was opened; if Word keeps all the changes, the contents of ~dftxxxx.tmp merge with the original file, and then saves a complete version of it. Conversely, if Word discards all changes, then ~dftxxxx.tmp is deleted, and the original file does not change. Word opens all of the Word native files using transacted files, which create ghost images in the Temp directory. When you start Word, Normal.dot is typically opened in transacted mode, and a ghost file is created for it called dftxxxx.tmp. FastSave, for example, merges these two files when a save occurs.

    Direct:

    Word uses direct storage when opening the temporary do ent file and when performing either a Save As or a Full Save (non-FastSave save). This type of file is a low (if any) consumer of memory and does not create a ghost image when created or opened.
    Back to the top Back to the top
    Specific Files That Word Creates
    The following tables list some of the specific temporary files that Word creates.

    Files typically created when Word is started File name
    ------------------------------------------------------------------------
    MS-DOS-based file (to reserve 4 file handles) 0 bytes ~wrf0000.tmp
    MS-DOS-based scratch file 0 bytes ~mfxxxx.tmp
    Compound file - transacted 0 bytes ~dftxxxx.tmp
    Compound file - direct 1536 bytes ~wrf0001.tmp
    (unnamed non-Word/OLE files)


    Word recovery files File name
    -----------------------------------------------------------------------
    Temporary file for AutoRecovery ~wraxxxx.tmp
    AutoRecovery AutoRecovery save of <docname>.asd

    Other Word temporary files File name
    -----------------------------------------------------------------------
    Copy of another do ent ~wrcxxxx.tmp
    Word do ent ~wrdxxxx.tmp
    Temp do ent file ~wrfxxxx.tmp
    Dictionary ~wrixxxx.tmp
    Clipboard ~wrlxxxx.tmp
    Macro ~wrmxxxx.tmp
    Word OLE do ent ~wroxxxx.tmp
    Scratch file ~wrsxxxx.tmp
    Converted (foreign) do ent ~wrvxxxx.tmp


    Back to the top Back to the top
    A Simplified View of the Scheme Used to Save an Edited File

    Create temp file Create ~wrdxxxx.tmp
    Write temp file Save example data to ~wrdxxxx.tmp
    Delete original file Delete EXAMPLE.DOC
    Move temp to target name Move ~wrdxxxx.tmp to Example.doc


    Word gains significant performance speed by placing the temporary file in the same directory as the saved file. If Word placed the temporary file elsewhere, it would have to use the MS-DOS COPY command to move the temporary file from the other directory to the saved location. By leaving the temporary file in the same directory as the saved do ent file, Word can use the MS-DOS MOVE command to quickly designate the temporary file as the saved do ent.
    Back to the top Back to the top

  8. #8
    NWF Summers's Avatar
    Location
    Texas
    Post Count
    4,998
    NBA Team
    San Antonio Spurs
    Hey, thanks y'all for replying. Unfortunately, I just had to start over.

  9. #9
    Mrs.Useruser666 SpursWoman's Avatar
    Name
    Christy
    Post Count
    27,175
    NBA Team
    San Antonio Spurs
    Hey, thanks y'all for replying. Unfortunately, I just had to start over.

    That sincerely sucks ... I'm sorry you lost what you were working on.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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