home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
sound
/
or_gw32
/
install.dat
< prev
next >
Wrap
Text File
|
1994-01-25
|
22KB
|
748 lines
/*---------------------------------------------------------------------------
File Name: install.dat
History: Robert W. Gilsdorf (August 2, 1993) File created.
Description: This is a script file that automates the installation process
for the GameWave 32 and CD-ROM drive.
----------------------------------------------------------------------------*/
@DefineProject
@Name = "GameWave32"
@Version = "1.3"
@Immediate = 1
@OutDrive = C
@SubDir = "\\GW32\\"
@AssumeHardDisk = 1
@EndProject
@DefineVars
@Drive @PCDrive = C
@Drive @WinDrive = C
@Drive @WorkDrive = C
@Dir @PCDir = "\\GW32\\"
@Dir @WinDir = "\\WINDOWS\\"
@Dir @WorkDir = "\\WINDOWS\\"
@Qstring @msgDDD = "Audio Driver Installation"
@Qstring @msgDrive = "Please Select Destination Drive:"
@Qstring @msgDir = "Please Enter a Directory name or select ENTER to accept default."
@Qstring @msgPSAV = "Please Select Version:"
@Qstring @msgPSAA = "Please Select an Application:"
@Qstring @msgPSAO = "Please Select an Option:"
@Qstring @msgDDNE = "does not exist."
@Qstring @msgCont = "If you choose to continue, one will be created."
@Qstring @msgNoFile = "Some files are missing in your input directory:"
@Qstring @msgNPI = "may not be properly installed."
@Qstring @Reenter = " Enter Again"
@Qstring @Cont = " Continue "
@Qstring @NameWin = "Microsoft Windows"
@EndVars
@Display
@cls
Orchid Technology
GameWave 32 and CD-ROM Driver Installation
Disk Release 1.3
@Pause
@Endif
@CLS
@EndDisplay
@If ("@Indrive"=="C")
@Display
The install program must be run from a floppy drive. Please use the
<ESC> key and start over from the floppy drive.
@Pause
@Abort
@EndDisplay
@EndIf
MenuMain:
@FlushOptions
@EnableF1(1)
@GetOption
@Cls
@LocalWindow (10,39)
@Option 1000 = "GameWave 32 Installation (Configuration & Software)"
@Option 2000 = "CD-ROM Driver Installation"
@Option 4000 = "Orchid Sound Products"
@Option 5000 = "Orchid Video Products"
@Option 6000 = "Other Orchid Products"
@Option 7000 = "Orchid Technical Support"
@EndOption
@If (@Esc)
@Exit
@Elseif (@KeyF1)
@Goto MainMenuHelp
@ElseIf (1000 [= @Option)
@Goto MenuSwave
@ElseIf (2000 [= @Option)
@Goto MenuCDROM
@ElseIf (4000 [= @Option)
@Help ("@ExePath\\install.hlp","HelpSound","EndSound")
@Goto MenuMain
@ElseIf (5000 [= @Option)
@Help ("@ExePath\\install.hlp","HelpFah","EndFah")
@Goto MenuMain
@ElseIf (6000 [= @Option)
@Help ("@ExePath\\install.hlp","HelpOtherp","EndOtherp")
@Goto MenuMain
@ElseIf (7000 [= @Option)
@Help ("@ExePath\\install.hlp","HelpTchsupt","EndTchsupt")
@Goto MenuMain
@Else
@Goto MenuMain
@Endif
MainMenuHelp:
@If (1000 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpSwave", "EndSwave")
@ElseIf (2000 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpCDROM", "EndCDROM")
@ElseIf (4000 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpSound", "EndSound")
@Elseif (5000 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpFah", "EndFah")
@Elseif (6000 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpOtherp", "EndOtherp")
@Elseif (7000 [= @Option)
@Help ("@ExePath\\install.hlp", "HelpTchsupt", "EndTchsupt")
@EndIf
@Goto MenuMain
MenuSwave:
@ClearOption (101)
@ClearOption (102)
@EnableF1(1)
@GetOption @Cls
Orchid driver and configuration options for Windows:
(If you are installing GameWave 32 for the FIRST TIME, please press the
<F1> for MORE information about this configuration!)
(Network Server users, please read Help file by pressing the <F1> key.)
@LocalWindow (10,39)
@Option 101 = "Standard Audio Installation"
@Option 102 = "Network Server Audio Installation"
@EndOption
@If (@Esc)
@Goto MenuMain
@ElseIf (@KeyF1)
@Help ("@ExePath\\install.hlp", "HelpConfig", "EndConfig")
@Goto MenuSwave
@Endif
MenuRETURN:
@ClearOption(501)
@ClearOption(502)
@EnableF1(1)
@GetOption
@LocalWindow (10,40)
@Cls
Did you install an Orchid CD-ROM Drive (CDS-3110)?
(Hit the <F1> Key for more information.)
@Option 501 = "NO"
@option 502 = "YES"
@EndOption
@If (@Esc)
@Goto MenuSwave
@Elseif (@KeyF1)
@Help ("@ExePath\\install.hlp","HelpOrchidCD","EndOrchidCD")
@Elseif (501 [= @Option)
@Goto MenuWorkDrive
@Elseif (502 [= @Option)
@Goto MenuWorkDrive
@Endif
@Goto MenuRETURN
MenuWorkDrive:
@If (102 [= @Option)
@Goto MenuNetwork
@Elseif (101 [= @Option)
@Goto MenuPCDrive
@Endif
MenuNetwork:
@EnableF1(0)
@GetOutDrive @WorkDrive
@Suppress A
@Suppress B
@Cls
Please select the drive letter for your Windows Working Directory.
(I.E. Location of WIN.COM)
@EndOutDrive
@If (@Esc) @Goto MenuRETURN @EndIf
MenuWorkDir:
@GetSubdir @WorkDir
@Default = "\\Windows"
@Cls
Please select a subdirectory for your Windows Working Directory.
or press <ENTER> to accept the default:
@EndSubdir
@If (@Esc) @Goto MenuWorkDrive @EndIf
MenuPCDrive:
@EnableF1(0)
@GetOutDrive @PCDrive
@Suppress A
@Suppress B
@Cls
Please select the drive letter for the GameWave32 files.
@EndOutDrive
@If (@Esc) @Goto MenuRETURN @EndIf
MenuPCDir:
@GetSubdir @PCDir
@Default = "\\GW32"
@Cls
Please select a subdirectory for the Orchid Drivers and utilities
or press <ENTER> to accept the default:
@EndSubdir
@If (@Esc) @Goto MenuPCDrive @EndIf
MenuWinOne:
@EnableF1(0)
@GetOutDrive @WinDrive
@Suppress A
@Suppress B
@Cls
Please select the drive letter where Microsoft Windows 3.1 is installed.
(Network Users, select the shared network Windows drive location.)
@EndOutDrive
@If (@Esc) @Goto MenuPCDir @EndIf
@GetSubdir @WinDir
@Default = "\\WINDOWS"
@Cls
@msgDDD for Microsoft Windows 3.1:
@msgDir
@EndSubdir
@If (@Esc) @Goto MenuWinOne @EndIf
@ClearOption(1)
@ClearOption(2)
@EnableF1(0)
@GetOption
@LocalWindow (10,39)
@If (@Exists "@WinDrive:\\@WinDir" == 0)
@Cls
@msgDDD
@WinDrive:@WinDir @msgDDNE
@msgCont
@ElseIf (102 [= @Option)
@Goto CopyFileWin
@ElseIf ((@Exists "@WinDrive:\\@WinDir\\winver.exe" == 0) ||
(@Exists "@WinDrive:\\@WinDir\\win.ini" == 0))
@Cls
@msgDDD
@msgNoFile
@WinDrive:@WinDir
@NameWin @msgNPI
@Else
@Goto CopyFileWin
@EndIf
@Option 1 = "@Reenter"
@Option 2 = "@Cont"
@EndOption
@If (@Esc)
@Goto MenuWinOne
@Elseif (1 [= @Option)
@Goto MenuWinOne
@Endif
CopyFileWin:
@DefineDisk
@Label = "Disk #1"
@BeginLib GW32.001
@F mpu401.drv @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F msacm.drv @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F mcicda.drv @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F midimap.cfg @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F midimap.drv @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F genmid.ld @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F mt32.ld @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F vsbd.386 @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F vadlibd.386 @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F msadlib.drv @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F sndblst2.drv @O @WinDrive:\@WinDir\SYSTEM\*.* @Option 101
@F msacm.drv @O @WinDrive:\@WinDir\*.* @Option 102
@F midimap.cfg @O @WinDrive:\@WinDir\*.* @Option 102
@F mt32.ld @O @WinDrive:\@WinDir\*.* @Option 102
@F genmid.ld @O @WinDrive:\@WinDir\*.* @Option 102
@F sndblst2.drv @O @WinDrive:\@WinDir\*.* @Option 102
@F gw32.exe @O @PCDrive:\@PCDir\*.*
@F gw32.ini @O @PCDrive:\@PCDir\*.*
@F swcd.sys @O @PCDrive:\@PCDir\*.*
@F cdd.sys @O @PCDrive:\@PCDir\*.* @Option 502
@F orchid.wav @O @PCDrive:\@PCDir\*.*
@F genmid.ld @O @PCDrive:\@PCDir\*.*
@F MT32.LD @O @PCDrive:\@PCDir\*.*
@EndLib
@EndDisk
@If (101 [= @Option)
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "drivers", "WAVE=", "WAVE=sndblst2.drv", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "drivers", "MIDI=", "MIDI=mpu401.drv", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "drivers", "MIDI1=", "MIDI1=msadlib.drv", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "drivers", "MIDI2=", "MIDI2=mpu401.drv", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "drivers", "WaveMapper=", "WaveMapper=MSACM.DRV", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "drivers", "midimapper=", "midimapper=midimap.drv", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "sndblst.drv", "port=", "port=220", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "sndblst.drv", "int=", "int=7", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "mpu401.drv", "port=", "port=330", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "mpu401.drv", "int=", "int=5", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "mci", "CDAudio=", "CDAudio=mcicda.drv", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "mci", "Sequencer=", "Sequencer=mciseq.drv", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "mci", "WaveAudio=", "WaveAudio=mciwave.drv 4", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "386Enh", "vsbd.386", "device=vsbd.386", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "386Enh", "vadlibd.386", "device=vadlibd.386", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\system.ini", "mciseq.drv", "disablewarning=", "disablewarning=true", "REPLACE")
@WriteFile ("@WinDrive:\\@WinDir\\control.ini", "drivers.desc", "mpu401.drv=", "mpu401.drv=Roland MPU-401", "REPLACE")
@Endif
@If (102 [= @Option)
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "drivers", "WAVE=", "WAVE=sndblst2.drv", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "drivers", "MIDI=", "MIDI=mpu401.drv", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "drivers", "MIDI1=", "MIDI1=msadlib.drv", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "drivers", "MIDI2=", "MIDI2=mpu401.drv", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "drivers", "WaveMapper=", "WaveMapper=MSACM.DRV", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "drivers", "midimapper=", "midimapper=midimap.drv", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "sndblst.drv", "port=", "port=220", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "sndblst.drv", "int=", "int=7", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "mpu401.drv", "port=", "port=330", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "mpu401.drv", "int=", "int=5", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "mci", "CDAudio=", "CDAudio=mcicda.drv", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "mci", "Sequencer=", "Sequencer=mciseq.drv", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "mci", "WaveAudio=", "WaveAudio=mciwave.drv 4", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "386Enh", "vsbd.386", "device=vsbd.386", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "386Enh", "vadlibd.386", "device=vadlibd.386", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\system.ini", "mciseq.drv", "disablewarning=", "disablewarning=true", "REPLACE")
@WriteFile ("@WorkDrive:\\@WorkDir\\control.ini", "drivers.desc", "mpu401.drv=", "mpu401.drv=Roland MPU-401", "REPLACE")
@Endif
@If (502 [= @Option)
MenuWarn:
@ClearOption(60)
@ClearOption(61)
@EnableF1(1)
@GetOption
@LocalWindow (19,40)
@Cls
This line will be added to your AUTOEXEC.BAT file:
@PCDrive:@PCDir\MSCDEX.EXE /D:MSCD0001 /M:10
This line will be added to your CONFIG.SYS file:
DEVICE=@PCDrive:@PCDir\CDD.SYS /D:MSCD0001 /P:360
Press the <F1> Key for more information about these files and why your
CONFIG.SYS & AUTOEXEC.BAT file need to be updated. A backup copy of your
CONFIG.SYS and AUTOEXEC.BAT file will be made and called CONFIG.G32 and
AUTOEXEC.G32.
Note: Copy MSCDEX.EXE from your DOS 6.0 directory, or off of the CD-ROM
installation diskette provided with the drive into your GW32
subdirectory.
@Option 60 = "Continue, will modify your boot up files (CONFIG.SYS & AUTOEXEC.BAT)"
@Option 61 = " Do not modify boot up files! "
@EndOption
@If (@Esc)
@Goto MenuMain
@ElseIf (@KeyF1)
@Help ("@ExePath\\install.hlp", "HelpMod", "EndMod")
@Goto MenuWarn
@Elseif (60 [= @Option)
@If (@Exists "@BootDrive:\\config.g32" == 0)
@CatFiles ("@BootDrive:\\config.g32", "@BootDrive:\\config.sys")
@CatFiles ("@BootDrive:\\autoexec.g32", "@BootDrive:\\autoexec.bat")
@Goto MenuNext
@Elseif (@Exists "@BootDrive:\\config.g32" == 1)
@Delete ("@BootDrive:\\config.g32")
@Delete ("@BootDrive:\\autoexec.g32")
@CatFiles ("@BootDrive:\\config.g32", "@BootDrive:\\config.sys")
@CatFiles ("@BootDrive:\\autoexec.g32", "@BootDrive:\\autoexec.bat")
@Goto MenuNext
@Endif
MenuNext:
@WriteFile ("@BootDrive:\\CONFIG.SYS", "NOSECTION", "CDD.SYS",
"DEVICE=@PCDrive:\\@PCDir\\CDD.SYS /d:MSCD0001 /P:360", "REPLACE")
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "MSCDEX.EXE",
"@PCDrive:\\@PCDir\\MSCDEX.EXE /d:MSCD0001 /M:10", "REPLACE")
@Goto MenuEnd
@Elseif (61 [= @Option)
@Display
You will have to manually add the following line to your AUTOEXEC.BAT file:
@PCDrive:@PCDir\MSCDEX.EXE /d:MSCD0001 /M:10
You will have to manually add the following line to your CONFIG.SYS file:
DEVICE=@PCDrive:@PCDir\SWCD.SYS /i:9 /a:360
DEVICE=@PCDrive:@PCDir\CDD.SYS /d:MSCD0001 /p:360
Note: i=interrupt and a=I/O address, (a and p are the same address).
When GW32.EXE /C is run the SWCD.SYS device statement is added
to you CONFIG.SYS.
Copy MSCDEX.EXE from your DOS 6.0 directory, or off of the CD-ROM
installation diskette provided with the CD-ROM drive into your GW32
subdirectory.
@Pause
@EndDisplay
@Endif
@EndIf
@If (61 [= @Option)
@ClearOption(78)
@ClearOption(79)
@EnableF1(0)
@GetOption
@LocalWindow (15,40)
@Cls
If your AUTOEXEC.BAT and CONFIG.SYS files are set to READ ONLY,
Choose the DO NOT run option. The GW32 will modify your
AUTOEXEC.BAT and CONFIG.SYS files. After the installation is
completed, change those files to READ/WRITE format and run
"GW32 /C" from the GW32 subdirectory.
@Option 78 = "Run the GW32.EXE program now (configure card)."
@Option 79 = "DO NOT run the GW32.EXE program."
@EndOption
@EndIf
@If (@Esc)
@Goto MenuMain
@ElseIf (78 [= @Option)
@Goto MenuEnd
@Elseif (79 [= @Option)
@Goto MenuDONE
@Endif
MenuEnd:
@Display
@Cls
@ChDrive @PCDrive
@ChDir "@PCDir"
@System "GW32.EXE /C"
@ChDrive @StartupDrive
@ChDir "@StartupDir"
@Cls
@EndDisplay
MenuDONE:
@Help ("@ExePath\\install.hlp", "HelpSwave", "EndSwave")
@Display
@Cls
***************************************************************************
**** Installation of the Orchid GameWave 32 Drivers are now completed. ****
***************************************************************************
@Pause
@EndDisplay
@Display
FOR CHANGES TO TAKE PLACE, PLEASE REBOOT YOUR SYSTEM AFTER EXITING
THIS INSTALLER. PRESS ANY KEY TO CONTINUE.
@Pause
@EndDisplay
@Goto MenuMain
/*-------------------------------------------------------------------*/
MenuCDROM:
MenuDrive:
@EnableF1(0)
@GetOutDrive @PCDrive
If you are installing the GameWave 32 for the FIRST time, Press
the <ESC> key and run the GameWave 32 Installation. If you are adding
the Orchid CD-ROM Drive to a system with a GameWave 32 already
installed, please continue.
Choose the destination drive for the driver files:
@LocalWindow (12,39)
@Suppress A
@Suppress B
@EndOutDrive
@If (@Esc) @Goto MenuMain @EndIf
@GetSubdir @PCDir
@Default = "\\GW32"
@Cls
The driver files will be copied into this sub-directory, unless you
select another sub-directory.
@EndSubdir
@If (@Esc) @Goto MenuDrive @EndIf
MenuFile:
@DefineDisk
@Label = "Disk #1"
@BeginLib GW32.001
@F CDD.SYS @O @PCDrive:\@PCDir\*.*
@If (@Exists "@PCDrive:\\@PCDir\\gw32.exe" == 0)
@F gw32.exe @O @PCDrive:\@PCDir\*.*
@F gw32.ini @O @PCDrive:\@PCDir\*.*
@F swcd.sys @O @PCDrive:\@PCDir\*.*
@EndIf
@EndLib
@EndDisk
MenuWarns:
@ClearOption(63)
@ClearOption(64)
@EnableF1(1)
@GetOption
@LocalWindow (19,40)
@Cls
This line will be added to your AUTOEXEC.BAT file:
@PCDrive:@PCDir\MSCDEX.EXE /D:MSCD0001 /M:10
This line will be added to your CONFIG.SYS file:
DEVICE=@PCDrive:@PCDir\CDD.SYS /D:MSCD0001 /P:360
Press the <F1> key for more information about these files and why your
CONFIG.SYS & AUTOEXEC.BAT file need to be updated. A backup copy of your
CONFIG.SYS and AUTOEXEC.BAT file will be made and called CONFIG.G32 and
AUTOEXEC.G32.
Note: Copy MSCDEX.EXE from your DOS 6.0 directory, or off of the CD-ROM
installation diskette provided with the drive into your GW32
subdirectory.
@Option 63 = "Continue, will modify your boot up files (CONFIG.SYS & AUTOEXEC.BAT)"
@Option 64 = " Do not modify boot up files! "
@EndOption
@If (@Esc)
@Goto MenuMain
@ElseIf (@KeyF1)
@Help ("@ExePath\\install.hlp", "HelpMod", "EndMod")
@Goto MenuWarns
@Elseif (63 [= @Option)
@If (@Exists "@BootDrive:\\config.g32" == 0)
@CatFiles ("@BootDrive:\\config.g32", "@BootDrive:\\config.sys")
@CatFiles ("@BootDrive:\\autoexec.g32", "@BootDrive:\\autoexec.bat")
@Goto MenuNexts
@Elseif (@Exists "@BootDrive:\\config.g32" == 1)
@Delete ("@BootDrive:\\config.g32")
@Delete ("@BootDrive:\\autoexec.g32")
@CatFiles ("@BootDrive:\\config.g32", "@BootDrive:\\config.sys")
@CatFiles ("@BootDrive:\\autoexec.g32", "@BootDrive:\\autoexec.bat")
@Goto MenuNexts
@Endif
MenuNexts:
@WriteFile ("@BootDrive:\\CONFIG.SYS", "NOSECTION", "CDD.SYS",
"DEVICE=@PCDrive:\\@PCDir\\CDD.SYS /d:MSCD0001 /P:360", "REPLACE")
@WriteFile ("@BootDrive:\\autoexec.bat", "NOSECTION", "MSCDEX.EXE",
"@PCDrive:\\@PCDir\\MSCDEX.EXE /d:MSCD0001 /M:10", "REPLACE")
@Goto MenuEnds
@Elseif (64 [= @Option)
@Display
You will have to manually add the following line to your AUTOEXEC.BAT file:
@PCDrive:@PCDir\MSCDEX.EXE /d:MSCD0001 /M:10
You will have to manually add the following line to your CONFIG.SYS file:
DEVICE=@PCDrive:@PCDir\SWCD.SYS /i:9 /a:360
DEVICE=@PCDrive:@PCDir\CDD.SYS /d:MSCD0001 /p:360
Note: i=interrupt and a=I/O address, (a and p are the same address).
When GW32.EXE /C is run the SWCD.SYS device statement is added
to you CONFIG.SYS.
Copy MSCDEX.EXE from your DOS 6.0 directory, or off of the CD-ROM
Installation diskette provided with the CD-ROM drive into your GW32
subdirectory.
@Pause
@EndDisplay
@Endif
@EndIf
@If (64 [= @Option)
@ClearOption(88)
@ClearOption(89)
@EnableF1(0)
@GetOption
@LocalWindow (15,40)
@Cls
If your AUTOEXEC.BAT and CONFIG.SYS files are set to READ ONLY,
Choose the DO NOT run option, because the GW32 will modify your
AUTOEXEC.BAT and CONFIG.SYS files. After the installation is
completed, change those files to READ/WRITE format and run
"GW32 /C" from the GW32 subdirectory.
@Option 88 = "Run the GW32.EXE program now (configure card)."
@Option 89 = "DO NOT run the GW32.EXE program."
@EndOption
@Endif
@If (@Esc)
@Goto MenuMain
@ElseIf (88 [= @Option)
@Goto MenuEnds
@Elseif (89 [= @Option)
@Goto MenuDONEs
@Endif
MenuEnds:
@Display
@Cls
@ChDrive @PCDrive
@ChDir "@PCDir"
@System "GW32.EXE /C"
@ChDrive @StartupDrive
@ChDir "@StartupDir"
@Cls
@EndDisplay
MenuDONEs:
@Help ("@ExePath\\install.hlp", "HelpCDROM", "EndCDROM")
@Display
@Cls
***************************************************************************
**** The installation of the Orchid CDROM Drivers are now completed. ****
***************************************************************************
@Pause
@Goto MenuMain
@EndDisplay
@GotoMenuMain