Category : Recently Uploaded Files
Archive   : INFOPACK.ZIP
Filename : INSTALL.RTF

 
Output of file : INSTALL.RTF contained in archive : INFOPACK.ZIP
{\rtf1\ansi \deff0\deflang1024{\fonttbl{\f0\froman TimesNewRomanPS;}{\f1\fdecor Symbol;}{\f2\fswiss Helv;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;
\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue127;\red0\green127\blue127;\red0\green127\blue0;\red127\green0\blue127;\red127\green0\blue0;\red127\green127\blue0;\red127\green127\blue127;\red192\green192\blue192;}
{\stylesheet{\fs20\lang1033 \snext0 Normal;}}{\info{\creatim\yr1990\mo10\dy15}{\revtim\yr1990\mo10\dy15}{\version1}{\edmins0}{\nofpages1}{\nofwords0}{\nofchars0}{\vern16504}}\paperw12240\paperh15840\margl1800\margr1800\margt1440\margb1440\gutter0
\widowctrl\ftnbj \sectd \linex0\endnhere \pard\plain \fs20\lang1033 Microsoft MS-DOS CD-ROM Extensions
\par Installation Instructions
\par 29 March 1989
\par
\par
\par This document explains how to install MSCDEX.EXE and associated CD-ROM device drivers without using the SETUP program.

\par
\par If you have a floppy based system, create a bootable MS-DOS floppy disk you would like to copy MSCDEX to. This can be done by connecting to drive A, inserting your normal bootable floppy (the disk you normally use to start your computer) into drive A and
a blank unformatted disk in drive B and running diskcopy.
\par
\par Next, copy the contents of the MSCDEX floppy onto your bootable floppy. Insert the MSCDEX floppy into drive A and leave the bootable floppy that was just created in drive B. Type the following to copy the files:
\par
\par \tab COPY A:\\*.* B:\\
\par
\par If there is not enough space to copy the files, you will have to make room on your disk by deleting unnecessary files and then repeating the above procedure.
\par
\par If you have a hard-disk based system (usually drive C), insert the MSCDEX floppy disk into drive A and type:
\par
\par \tab COPY A:\\*.* C:\\
\par
\par Once this has been accomplished, the files CONFIG.SYS and AUTOEXEC.BAT need to be modified to complete the installation of MSCDEX.
\par
\par To do this, connect to your bootable drive and edit the file CONFIG.SYS. If the CONFIG.SYS file is not there, you will have to create it. First, scan the contents of CONFIG.SYS to see if there is a LASTDRIVE command line in it. This line will either have
to be modified or added to read:
\par
\par \tab LASTDRIVE=Z
\par
\par This lets MS-DOS know that it will have to allo
cate enough drive records to account for the additional CD-ROM drive letters. It's a good idea to have this line as the first entry in the CONFIG.SYS file. The last drive in fact only needs to be the largest drive letter that will be used on the system. F
or example, a PC with 2 floppy drives (drives A and B), a hard disk (drive C), and two CD-ROM drives (drives D and E) would only need LASTDRIVE=E. A PC that is on a network though will typically allocate more drive records than are used so that new networ
k drives can be added after booting.
\par
\par Next, add entries for each device driver that is going to be installed. The entry will read:
\par
\par \tab DEVICE= /D:
\par
\par
\par The name of the device driver, driver.sys, will be replaced by the full path name of the device driver that is being installed. This will include the drive letter of the bootable drive followed by the pathname of the device driver if the device driver was
installed in a subdirectory. If the above directions were followed, then the device driver will be located in the root directory. For example, on a hard disk system that boots off drive C, a sample entry might read:
\par
\par \tab DEVICE=C:\\DRIVER.SYS /D:MSCD001
\par
\par For the Hitachi driver, this should read:
\par
\par \tab DEVICE=C:\\HITACHI.SYS /N:1 /D:MSCD001
\par
\par The next parameter /D:device_name is the name MSCDEX will use to find the device driver. When the device driver is installed, this name is what will be used by the device driver to name itself. Every installed device driv
er must have a unique name. In addition, due to the way that MS-DOS handles file opening, if there is a device driver with the same name as a file in a directory, then a file open call on that name will open a handle to the device driver and not to the fi
le. For this reason, you will want to chose a device_name that will not likely be chosen as a file name later. We recommend using names of "MSCDXXX" where XXX is three digits. This will allow CD-ROM device driver entries to be located in config.sys by the
setup program at a later date.
\par
\par The remaining fields for driver specific switches are device driver dependent and will be specified in the documentation that describes that particular device driver.
\par
\par Next, AUTOEXEC.BAT needs to be edited to include an entry to invoke MSCDEX each time the system is booted. If your PC is also on a network, the network software must be installed before MSCDEX. Otherwise the network will not install, since MSCDEX will not
allow the network to be installed second.
\par
\par If your
AUTOEXEC.BAT file starts up a 'shell' program such as DOSSHELL or Windows, or runs another BAT file, you will need to make sure the line that starts MSCDEX is ahead of the line that starts your 'shell' or BAT file. Otherwise MSCDEX will not have a chance
to start the CD-ROM drives once your 'shell' or BAT file begins.
\par
\par A sample entry in AUTOEXEC.BAT to install MSCDEX would be:
\par
\par C:\\MSCDEX.EXE /D:MSCD000 /D:MSCD001 /M:20 /V /E
\par
\par Include the drive letter of the bootable disk and the full pathname for MSCD
EX. If the above directions were followed, MSCDEX will be in the root directory. Each device driver will have a device_name listed on the command line to MSCDEX following '/D:'. MSCDEX will use this parameter to locate each of the device drivers and this
name must be the identical to each of the device_name fields used for each device entry in CONFIG.SYS.
\par
\par The /M: switch determines how many sector buffers MSCDEX will allocate when it installs itself. The larger this value is, the more sector cache
entries are available and the less MSCDEX will have to read directly from the CD-ROM drive. It is especially important that there be enough entries to cache the path table, and the more entries available for directory sectors, the less MSCDEX will have to
reread the directory files. Typically, each drive should have at a minimum about 4-5 buffers per drive but the larger this value is, the better the performance will be.
\par
\par Both the CD-ROM device driver and MSCDEX both require small amounts of additional me
mory to run which should not cause any problems. But if you do find after you have installed MSCDEX that some programs no longer run because there is not enough memory, you may want to review your CONFIG.SYS and AUTOEXEC.BAT files to locate other entries
that consume memory such as GRAPHICS or FASTOPEN that you may not require and can remove.
\par
\par There is an additional parameter /E which will tell MSCDEX to use expanded memory if it is installed and available. The verbose switch /V will ask MSCDEX to print additional information about memory usage during initialization.
\par
\par For software that requires that the CD-ROM drive be on a particular drive letter, you can use the /L: switch. The SETUP program will not set this switch so you will have to edit your autoexec.bat file if this switch is needed. For example, t
he following will begin assigning CD-ROM drives at drive letter L:
\par
\par MSCDEX /D:MSCD001 /L:L
\par
\par There are also two other switches: /K and /S. /K causes MSCDEX to look for a Supplementary Vol
ume Descriptor that identifies a shift-JIS Kanji volume for Japanese and /S specifies that MSCDEX patch DOS to allow CD-ROM drives to be shared on MS-NET based servers.
\par MSCDEX - Microsoft MS-DOS CD-ROM Extensions Version 2.20
\par
\par
\par Installation Instructions - Copyright (C) Microsoft Corp. 1989. All rights reserved - page \{page|1\}
\par
\par
\par Installation Instructions - Copyright (C) Microsoft Corp. 1989. All rights reserved - page \{page|1\}
\par
\par
\par
\par }

  3 Responses to “Category : Recently Uploaded Files
Archive   : INFOPACK.ZIP
Filename : INSTALL.RTF

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/