Hi Bill
thanks for your reply.
In C:\Recycled the follwing files only are there:
desktop.ini 65 04-22-03 11:18 a
dc0.tmp <Dir> 03-19-03 11:12 a
inf02 300 04-23-03 10:45 a
I opened the info02 with edit and I saw the file which I remember to have deleted.I also see lot many junk characters as you would when you edit an exe file.Here are the contents of the info2 file under edit :
junkC:\MCA33D4.TMP CA33D4.TMP junkYG C:\RECYCLED\DC0.TMP m e r i c a \Quic junkjunkjunkjunkjunk junkjunk
Is this any good?
Is this what you are talking about?
I am sorry but I did not understand your last step of
" COPY DC?.xxx PATH\CORRECTNAME.xxx "
Where do I enter this command? at C:\?? or at C:\Recycled\??
Do you think this would work for sure??
Thanks in advance.
Main Topics
Browse All Topics





by: BillDLPosted on 2003-04-24 at 17:13:06ID: 8392003
Did you ever try and restore the files from the recycled bin using DOS?
Boot to DOS
C:
CD\
ATTRIB -S -H RECYCLED
CD RECYCLED
ATTRIB -R -S -H *.*
DIR /OD /P
Look for most recent deletions (DC?.xxx)
EDIT /R C:\RECYCLED\INFO2
Search INFO2 for DC? file details
Use ALT + F > exit Edit
COPY DC?.xxx PATH\CORRECTNAME.xxx
Repeat for other deleted files.
Reboot.