
          INSTALLING THE ALR MULTUS DRIVER FOR WINDOWS 3.1

1. Copy the file MULTUS.386 from this diskette to the
   C:\WINDOWS\SYSTEM subdirectory (assuming that Windows is
   installed in the C:\WINDOWS subdirectory).

2. Edit your SYSTEM.INI file (in the directory where Windows 3.1
   is installed) and remark out the statement "device=*wdctrl" (in
   the [386Enh] section).  You can remark the statement out by
   placing a semicolon on the first character of the line.

3. Add the line "device=multus.386" below the remarked out
   "device=*wdctrl" line.

Here's a before and after look at the SYSTEM.INI file:

----------- before -----------
[386Enh]
    :
    :
device=*wdctrl
    :
    :

----------- before -----------
[386Enh]
    :
    :
;device=*wdctrl
device=multus.386
    :
    :
