Computing.Net > Forums > Windows 95/98 > Restore deleted files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Restore deleted files

Reply to Message Icon

Name: shihablk
Date: March 20, 2004 at 10:16:48 Pacific
OS: 98
CPU/Ram: 256
Comment:

how could i restore files in MS dos
that i deleted in windows
files are still in recyclebin
pleale let me know how can i restore them
is their any commands or soft/w
thank u



Sponsored Link
Ads by Google

Response Number 1
Name: Bob (by BigBob)
Date: March 20, 2004 at 10:28:23 Pacific
Reply:

Scanreg/fix/restore/


0

Response Number 2
Name: Kailas
Date: March 20, 2004 at 10:35:06 Pacific
Reply:

Scanreg/fix/restore

1. Did that post belong here?
2. If yes, can you please let me know why that was recommended ? I might as well learn something tonight before I hit the bed. Does the registry store any info about the deleted files? (this is a serious question)

shaby: if the files are still in recycle bin, then open recycle bin, right click on the 'deleted' file and choose 'restore'.
post back,


Good Luck and Happy Computing,

Kailas Shastry,
India.


0

Response Number 3
Name: Bob (by BigBob)
Date: March 20, 2004 at 10:44:10 Pacific
Reply:

Sorry I didnt read it correctly , if they are in the recy bin open and clik restore as Kailas says


0

Response Number 4
Name: mesich
Date: March 20, 2004 at 10:54:07 Pacific
Reply:

Hi Shaby, BigBob, Kailas, hello everyone

I could very well be wrong but I believe Shaby deleted some files that are not allowing him to start Windows.

Shaby,

Post back with the files that you deleted.

Also, have you tried starting the computer in
Safe-Mode and restoring the files using the method mentioned by Kailas?

Best Regards,
Mesich



0

Response Number 5
Name: dave01
Date: March 20, 2004 at 10:54:32 Pacific
Reply:

I'll learn something along with Kailas if scanreg/fix/restore will actually restore deleted files from recycle bin.

Kailas, I believe shaby cannot get Windows to run to restore files the normal way.

This may help.


0

Related Posts

See More



Response Number 6
Name: jboy
Date: March 20, 2004 at 11:18:30 Pacific
Reply:

Hi all

If that's the case, here are some instructions on how to restore files from the recycled bin using DOS.

Might be a little much for those unfamiliar with DOS, but it can be done.


Thinking - it's a habit.


0

Response Number 7
Name: sam2
Date: March 20, 2004 at 11:19:57 Pacific
Reply:

Scanreg /restore only restores the Registry, system.ini and win.ini.

I got the following from http://tweakhomepc.virtualave.net/safe/deleted.html a long time ago. That site seems to have been hijacked, so don't go there!

The following procedure will help you recover vital Windows 9x file(s) from C:\Recycled (the Recycle Bin) if they have been accidentally deleted and Windows 9x then fails to boot.

This can be difficult for users not happy in DOS but may save important data and alleviate the need of a full reinstall (overlay). Detailed steps are given below to make it relatively easy.

When viewed from DOS, the deleted files in C:\RECYCLED are seen to have been renamed by Windows to DC1, DC2, DC3, etc. The files extension are likely to remain unchanged. Recycled also contains a file, INFO2, which contains the correct Filenames, and their origin before deletion (Path), linked with the renamed files.

Our aim will be to:
1. First identify the most recently deleted file(s) (recovering them is our priority in order to get Windows running again).
2. Then we will look in INFO2 to identify the correct filesname and its pathway (to the folder where the file belongs).
We can then COPY the file to its original folder, renaming it to its original name as we do so.

You are likely to be reading this on a friends computer so copy the following carefully. Enter the spaces, colons (:), semicolons (;), and slashes (\) correctly. A printout is desirable.


----------------------

INSTRUCTIONS FOR RESTORING DELETED FILES WHILE IN DOS:
The deleted files should be in C:\RECYCLED, the Recycle Bin. It is a Hidden, System file.

Bootup to DOS using your bootdisk or Startup Disk.
Press the [Enter] key after typing in any of the lines below.

Type in
CD\
C:
EDIT
Press Alt, then F, then X (to exit Edit - we are only testing it for now)

[if Edit did not open for you, then type in
PATH=%PATH%;C:\WINDOWS\COMMAND
where C:\WINDOWS is your Windows
and try EDIT again]

We are back at a C:\ prompt.
Type in
ATTRIB -S -H RECYCLED
CD RECYCLED
ATTRIB -R -S -H *.*

We are now ready to start our search.

Type in
DIR /OD /P
(That's the letter O. It is not a zero)

We are viewing a list of the deleted files.
Windows has renamed them to DC1, DC2, DC3, ...
Note the dates of the files, and press the space bar to scroll.
Note the file extensions. They sometimes give you a clue.
Write down the new name of the file(s) most likely to be required. Identifying the required files can be the most difficult part. They should be among the most recently deleted.

At this stage it is best to explain by way of an example.

Let's assume we accidentally deleted a few vital files and we thought one was called something like ISO.VXD.

We see (in the list) that there is a DC9.VXD and that it, and DC8 and DC7, has been deleted recently. Good! Make a note of all of these.

Now type in
EDIT /R INFO2
(there is no file extension)
The file INFO2 opens in Edit.
Hold down ALT, and press S (for Search)
Now press F (for Find)
Enter DC9 and press [Enter].

DC9 is found, and to the left of it is exactly the information we want:
1. the correct filename for the file DC9.VXD (which would be IOS.VXD in our example)
2. the exact pathway from which it was deleted (which would be C:\WINDOWS\SYSTEM\VMM32).

Make a note of the Path, the Filename, and associated Recycled-renamed filename.
In our example: The information in INFO2 shows us that DC9.VXD is actually IOS.VXD, and belongs in C:\WINDOWS\SYSTEM\VMM32\

We can repeat the Search for others until we are sure we have all the correct files. If we have no indication at all, we may have to locate that information for all recently deleted files and restore all of them! All files outside the Windows folder, except C:\COMMAND.COM, C:\IO.SYS, and C:\MSDOS.SYS, can usually be ignored.

When finished, press ALT, then F, then X to exit Edit.
DO NOT Save INFO2 if asked. Leave it unchanged.

The final stage is to restore the identified file(s).

We will COPY it/them to their correct location, renaming them as we do so. This will not alter the contents of Recycled.

We are still at C:\RECYCLED
Type in
COPY DC?.xxx PATHWAY\CORRECTFILENAME.xxx
In our example this would be
COPY DC9.VXD C:\WINDOWS\SYSTEM\VMM32\IOS.VXD
(note that we have renamed DC9 to IOS as we copied it).

Repeat for any other file(s) that need restoring.

Finished!
Remove the floppy and reboot. Windows will boot again if the deleted file(s) are restored using the correct filename to the correct destination.


0

Response Number 8
Name: sanbash
Date: April 15, 2004 at 19:29:39 Pacific
Reply:

WOW...thats all i have to say.

ok i have this excat problem!!! The file u mentioned, can u believe it!!!

"c:\windows\system\vmm32\ios.vxd" is missing

ok i looked in c:\recycled but thre this is waht it has

. <dir> 11-29-00 10:42p
.. <dir> 11-29-00 10:42p
DESKTOP INI 65 04-13-04 11:16p
1 files(s) 65 bytes
2 dir(s) 1,268.97 MB free

it doesnt have the "dc" files u mentioned and when i type in EDIT /R INFO2 it just opens up a blank edit page.

is there a place i can download the "ios" file and just copy it to my vmm32 folder instead of trying it this way or is it on my win98 cd, perhaps??

thanks


0

Sponsored Link
Ads by Google
Reply to Message Icon

helpPLZ! PCI Multimedia A... Server busy box



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Restore deleted files

restore deleted files www.computing.net/answers/windows-95/restore-deleted-files/35323.html

Can I restore deleted files www.computing.net/answers/windows-95/can-i-restore-deleted-files/95990.html

deleted files, floppy disk www.computing.net/answers/windows-95/deleted-files-floppy-disk/50247.html