Microsoft Reference Setup Troubleshooter
To extract a file the from the Windows 95 CD-ROM, follow these steps:
- Click Start, point to Programs, and then click MS-DOS Prompt.
- Type "cd\" (without quotation marks), and then press ENTER.
- Insert the Windows 95 CD-ROM into the CD-ROM drive, and then close the Windows 95 screen if it appears.
- Type the following line at the command prompt, and then press ENTER
extract /a <drive>:\Win95\Win95_<nn>.cab <filename> /l c:\<windows>\system
where <drive> is the drive letter assigned to your CD-ROM drive, <nn> is the number of the cabinet file containing the file you want to extract, <filename> is the name of the file you want to extract, and <windows> is the name of the folder in which Windows is installed.
For example, to extract the Dciman.dll file from the Windows 95 CD-ROM, type the following line:
extract /a <drive>:\Win95\Win95_08.cab Dciman.dll /l c:\<windows>\system
- Type "exit" (without quotation marks), and then press ENTER to return to Windows.
To extract a file the from a Windows 95 floppy disk, follow these steps:
- Click Start, point to Programs, and then click MS-DOS Prompt.
- Type "cd\" (without quotation marks), and then press ENTER.
- Insert the appropriate Windows 95 floppy disk into the floppy disk drive.
- Type the following line at the command prompt, and then press ENTER
extract /a <drive>:\Win95_<nn>.cab <filename> /l c:\<windows>\system
where <drive> is the drive letter assigned to your floppy disk drive, <nn> is the number of the cabinet file containing the file you want to extract, <filename> is the name of the file you want to extract, and <windows> is the name of the folder in which Windows is installed.
For example, to extract the Dciman.dll file from the Windows 95 DMF disk set, type the following line:
extract /a <drive>:\Win95_08.cab Dciman.dll /l c:\<windows>\system
- Type "exit" (without quotation marks), and then press ENTER to return to Windows.
Back
|