Files to include on a rescue disk for emergencies. |
There are a number of files which will make repairing your system much easier in the case of problems.
Issue the following list of commands after inserting a blank disk in your A drive:
FORMAT A:
SYS A: [This will transfer the first three files above to your drive.]
COPY C:\AUTOEXEC.BAT A:\
COPY C:\CONFIG.SYS A:\
COPY C:\DOS\SYS.COM A:\
Now go through your config.sys and autoexec.bat files and look for device drivers and memory resident program files needed to operate your cd rom drives, scsi devices, and mouse. Copy them to the floppy disk, and change the calls to them in the autoexec.bat and config.sys file on your floppy to reflect their new locations. EXAMPLE:
Old line in c:\autoexec.bat -- c:\mouse\mouse.exe /f
New line in a:\autoexec.bat - a:\mouse.exe /f
Also insure that you add the A drive to your path statement in the autoexec.bat file on the floppy.
Other Files Commonly Needed
| File Name |
Location |
Description |
| mscdex.exe |
c:\dos |
Specifies the ID to use with devices like your CD rom drive to DOS. |
| emm386.exe |
c:\dos |
Used by config.sys to set up usage of ram for your system. |
| dblspace.sys |
c:\dos |
MS-DOS disk compression driver. |
| dblspace.bin |
c:\dos |
Part of MS-DOS disk compression |
| himem.sys |
c:\dos |
Used by DOS to load programs into high memory |
Now that you have the basic set needed to boot your system with all the hardware working, let's get a list of other files you may need to make repairs. If necessary you may copy these to a second blank floppy if they won't all fit on the first one.
| File Name |
Location |
Description |
| edit.com |
c:\dos |
MS-DOS editor needed to edit system files. |
| edit.hlp |
c:\dos |
Help for the MS-DOS Editor. Not required, but you might want it. |
| qbasic.exe |
c:\dos |
Needed to run MS-DOS Editor |
| scandisk.exe |
c:\dos |
Checks disks for file allocation table, and physical errors, and fixes them. |
| fc.exe |
c:\dos |
File compare utility. Lets you compare two files and outputs their differences. Handy for diagnosing whether a system file has changed, or been corrupted. Compares both text files, and binary files. |
| list.com |
shareware |
Vern Buerg's List.com is an excellent file viewer, and directory shell program. It will save you a lot of time as it works like a menu for loading files to view, copy, delete, move, or even load into the editor. It's on the net somewhere, if you find it, let me know and I'll post the url here. |
| format.com |
c:\dos |
In case you need to format a disk, or re-format the hard drive. |
| attrib.exe |
c:\dos |
This command sets the attributes for files, and may be needed to clear the system, and read only attributes of a corrupted system file before deleting it. |
| msd.exe |
c:\dos |
Microsoft Diagnostics. Will allow you to view irq settings, etc for system devices on your system. |
Keep in mind that you will need to know how to use DOS commands to be totally effective in restoring your system to health. Take some time to learn them by typing HELP at the dos prompt.
|