I don't use OE, but I opened it, compacted, saw the .bak folder in
the RB.
I went to a CMD prompt, typed in:
dir c:\recycler\*.bak /s
and then found all the .bak files, and see the most recent ones from 5
seconds ago were dc something.
What do your .bak files look like using this command?
Do the .bak files from the compress start with dc?
Hi Jose, (and anyone else still following this thread?
All deleted files are renamed, beginning with the letter "D" for Deleted.
The second letter is the drive letter, in your case (C

drive. The numbers
after the drive letter, (according to Microsoft KB,) begin with zero for
the first file ever deleted, and increment by one for each file deleted
thereafter. [Note: My experiments indicate otherwise. See below.]
My numbers are currently only in the 400's, since I usually SHIFT-DELETE
files that I am "sure" I do not need, so they don't go to Recycle Bin. The
extension on the end is the same extension as the original, which is why
you could locate the DC*.bak files from the Outlook Express compaction.
Files have to be renamed before being moved to the Recycler subfolder, or
you would not be able to delete another file with the same filename without
overwriting the first one, which means you would not be able to restore
said file. The original paths and filenames are stored in the hidden INFO2
file, and keyed to the DC*.* files.
I created a New Text Document on my desktop and deleted it:
At Command Prompt, I used: CD \RECYCLER\*007
to switch to my SID user number subfolder, and it appeared as: DC418.txt
At Command Prompt I used: TYPE INFO2
In INFO2, the deleted file appears with this path\filename--
C:\Documents and Settings\Richard\Desktop\New Text Document.txt
Later in INFO2, it appears double spaced as--
C : \ D o c u m e n t s a n d S e t t i n g s \ R i c h a r d \ D e
s k t o p \ N e w T e x t D o c u m e n t . t x t
SID stands for Security Identifier. It includes the Profile group, the GUI
(Globally Unique Identifier) of your computer, and the last part after the
final hyphen, is the User number. The built-in Administrator is 500, and
created users are numbered beginning with 1000, so my SID with 1007 means
I'm the 8th user, which also means there were 7 other user numbers that had
been used before we pulled this computer out of the box. (Hmmm...
You can see other SID's in the registry here:
HKEY_LOCAL_MACHINE
\SOFTWARE
\Microsoft
\Windows NT
\CurrentVersion
\ProfileList
I then typed:
del c:\recycler\dc*.bak /s
The dc*.bak files were deleted, they did not show up in my RB anymore,
OE still works, recycle bin still works.
Indeed, it does work. (Clever idea with the /S switch BTW.
There are, however, 3 potential problems with that method. If there is more
than one user account on the computer, that method will delete everyone
else's *.BAK files. It is better to change directories to the proper
subdirectory under Recycler. The 2nd problem is that file information in the
INFO2 file does not get properly updated, and may end up with a lot of
orphaned entries taking up space in INFO2, which will keep growing. The 3rd
minor problem when deleting with wildcards is that besides the INFO2 file
and various deleted files renamed to begin with the letter D, there is also
a Desktop.ini file. For instance, if you used DEL D*.* to delete files, that
would include Desktop.ini, which is a super hidden file, that is not allowed
to be deleted without changing attributes, so the DEL command would fail. Of
course that can be easily avoided by using DC*.* instead of D*.*, but if
working with Recycler on (E

drive, DE*.* would catch Desktop.ini too.
(I mention these points for those who may try other combinations.)
Back to the number 2 problem. Each time a file is deleted to Recycle Bin,
the file size of INFO2 increases by 800 bytes, and is not reduced whether
the DC*.* files are deleted from Command Prompt, or by opening the Recycle
Bin window and deleting one or more files there. However, when you right
click Recycle Bin and click Empty Recycle Bin, the files are deleted, and
the entries in INFO2 are also eliminated, and INFO2 is reduce to only
20 bytes. So, the solution to an ever growing INFO2 file, (on a limited
space drive,) is to simply use the Empty Recycle Bin option on occasion.
As noted before, when you delete a file, the path\filename appears in the
INFO2 file twice, with double spacing of the second entry. When manually
deleting the file from RB or the DC*.* from Command Prompt, it no longer
appears in RB, but the entry remains in INFO2, slightly modified. The drive
letter "C:\" in the first instance of the entry is deleted-- ":\"
Back to the number 1 problem. To keep from deleting every users' Recycler
content, simply navigate one subfolder deeper, or include the particular
user number folder in the delete path line. I tried using *007 as my user
number folder in the batch del path, rather than the very long SID number,
but it didn't like that. It did allow the wildcard in the CHDIR path:
CHDIR C:\RECYCLER\*007
DEL Dc*.txt
exit
I had Recycle Bin window open when I activated the batch, and the single
test TXT file vanished after about a one second delay.
A 4th problem appeared. ("What a day I'm having."
When deleting DC*.* files from Command Prompt or Batch, after the last file
vanished from the Recycle Bin window, the Recycle Bin ICON did not change
from the Full to Empty icon. Folder refresh had no effect. The right click
"Empty Recycle Bin" item was grayed out. I had to create another New Text
Document, delete it, and then Empty Recyle Bin, before the icon changed to
empty, (and INFO2 dropped to 20 bytes again.)
Keep in mind that NTFS formatted volumes have a RECYCLER folder, but FAT16
(VFAT) or FAT32 formatted volumes have a RECYCLED folder. (VFAT is the long
filename version of FAT16.) Each volume (partition) will have its own
Recycled or Recycler folder. Each user will have a separate sub-folder in
each Recycled/Recycler folder. Each user's desktop Recycle Bin will show
deleted files from his user number subfolders on each partition. Floppy
drives and USB flash(thumb) drives do not have a Recycle Bin safety net,
but USB hard drives usually do have a Recycled or Recycler folder, (as long
as Windows sees the drive as Fixed Disk, not removable media.)
I repeated multiple times and even rebooted to be sure.
The number after the dc in the name keeps increasing, but you can set
that back to zero in the registry if you think it starts to get too
big, and I don't know what too big is.
Besides the above experiments, I also deleted the INFO2 file, and it was
re-created the next time that I either deleted a file or opened Recycle
Bin. That did not reset the numbering of files back to zero.
[Note added: I later found a way to reset the numbering. See below.]
Another observation. I opened (C

folder, went to Tools, Folder Options,
View (tab) and unchecked "Hide protected operating system files
(Recommended)", and "Recycler" appeared in the (C

folder, with normal
folder icon. When I opened Recycler folder, ALL user subfolders had the
EMPTY Recycle icon. Then I opened my *1007 subfolder, and lo and behold,
instead of DC*.bak filenames from my last OE compact, it displayed the
original filenames, the same as the Recycle Bin display, and the menu bar
had: File> Empty Recycle Bin. I then opened the Recycle Bin window from my
desktop. The status bar at the bottom of that window said 41 objects,
324 KB. (The size of the INFO2 file.) The status bar at the bottom of the
*007 window said 41 objects, 96.8 MB. (The size of the deleted files, not
counting INFO2.) Strange.
More weirdness. Opened C:\Recycler\*500 folder. It had identical content as
the *1007 folder. Also opened C:\Recycler\*1009 folder, an alternate user
account, which also showed the same 41 *.bak files. Is the Outlook Express
compaction putting backup copies in each of the Recycler subfolder?
Back to Command Prompt. CD C:\Recycler\*007, DIR, showed all 41 files. Then
CD ..\*009, DIR, did NOT show those files, but 7 files from Dc1.url to
Dc7.url, (which were 7 microsoft supplied links in favorites I didn't need
with that user account.) Then CD ..\*500, DIR, No files. So, the three
Explorer view subfolders behave the same as the Recycle Bin window. Weird.
Pressed WinKey+L for fast user switching... Logged onto other account.
In 1009 account, which does not have administrative privileges:
Set folder Options to show hidden and protected system files
In C:\Recycler
*500 ordinary folder icon - Access denied (likewise Command Prompt)
*1007 ordinary folder icon - Access denied (likewise Command Prompt)
*1009 recycle (empty) icon - showed 7 deleted url links
Changed Folder Options back to hidden. Switched back to Richard account.
Another observation. The numbering of deleted files had previously been in
the 400's as noted above, but has apparently been reset, because the 41
files run from Dc1.bak to Dc41.bak now. Did that happened the last time
that I deleted the INFO2 file? I had rebooted before the OE compaction.
Back to the drawing board:
Moved all *.bak files from Recycle Bin to Old_bak folder on desktop.
Back to command prompt at Recycler\*007, INFO2 filesize: 33,620 bytes.
Attrib -h info2
Del info2
dir /a [confirmed it is gone]
Opened desktop Recycle Bin
dir /a [now showing 0 byte INFO2]
created New Text Document.txt, deleted
desktop RB icon changed to full
still open RB window empty, after F5 refresh still empty
[Without the 20-bytes offset, RB cannot display INFO2 information.]
dir /a [0-byte dc43.txt, DC number increased, 800-bytes INFO2]
[If it had the 20-bytes offset, it would be 820-bytes - no display]
closed RB window, emptied recycle bin
dir /a [20-byte INFO2 - so emptying recycle bin re-creates INFO2]
created/deleted another text document
dir /a [0-byte Dc44.txt, 820-bytes INFO2]
[re-creating INFO2 does not reset DC numbering back to zero.]
Closed all windows except Command Prompt.
deleted INFO2 [desktop RB icon still full]
RESTARTED COMPUTER
After restart, the desktop RB showed the correct EMPTY icon
created/deleted New Text Document.txt [RB changed to full icon]
appeared as Dc1.txt, 800-bytes INFO2
Emptied recycle bin, 20-bytes INFO2 [RB changed to empty icon]
A-OK
INFO2 Summary:
1. Deleting INFO2 results in a file that does not display RB contents.
2. After Emptying Recycle Bin, 20-bytes offset and display restored.
3. Restarting computer after deleting INFO2, resets numbering of files.
Note: Contrary to MS-KB, numbering did not begin at zero, but one.
(But Microsoft could claim the deleted INFO2 was number zero.
Here are some links to some of the KB technical articles:
Article explaining Security ID's (SID's), etc.
http://support.microsoft.com/KB/152001
Differences Between the Recycle Bin and the Recycler Folder
http://support.microsoft.com/KB/171694
Excerpt: "The Recycler folder contains a Recycle Bin for each user that
logs on to the computer, sorted by their security identifier (SID)."
How the Recycle Bin Stores Files
http://support.microsoft.com/KB/136517
Wow. What started as a short note, just kept growing, and growing...
(Triple click here, to be of good cheer.

--Richard
P.S. No animals were harmed in the making of this message, but Jillions
of electrons were horribly squished through wires.
- - -