Metropoli BBS
VIEWER: setup.inf MODE: TEXT (ASCII)
#sizeFile<(5120-256=4864), numLines<=256
#mandatory section [inf]
[inf]
use=3300
set=33
#say=logo string at top of the display
say=AudioBlitz
inf=Genoa AudioBlitz Stereo 16+ Setup

#mandatory section [say]
[say]
set=m1,m2
m1=[root]
m2=[cdsel]
#set=define diskette names
dsk=d1,d2
d1=Diskette #1
d2=Diskette #2
# there are two build-in variables $DRV $GENOA
$GENOA=GENOASND
$SUB=ab16cfg.bat
$RUN=Ab16.EXE /b /=c
$DIR=$(DRV):\$(GENOA)
$SYS=DEVICE=$(DIR)
$BAT=$(DIR)\MSCDEX.EXE $(CDE)
$AUT=CALL $(DIR)\$(SUB)
$SBP=$(DIR)\ab16 /b
$DE1=$(SYS)\MTMCDAS.SYS /D:MSCD001 /P:$(ADR) /A:0
$DE2=$(SYS)\SLCD.SYS /D:SONY_000 /B:$(ADR) /M:P /V /C
$DE3=$(SYS)\CDMKE41.SYS /D:MVCD001 /r /P:$(ADR) /n:1
$DE4=$(SYS)\CDROM.SYS /D:GENOA_00 /A:$(ADR)
$CD1=/D:MSCD001 /M:10
$CD2=/D:SONY_000
$CD3=/D:MVCD001 /M:10 /V
$CD4=/D:GENOA_00 /M:10
$PCD=PANASONIC
$SCD=SONY
$MCD=MITSUMI
$GCD=GENOA
$NA=DISABLED
$IRQ=$(NA)
$DMA=$(NA)
$ADR=$(NA)
$CD_MODEL=CDROM_MODEL= $(CD)
$zBASE=CDROM_BASE= $(ADR)
$zIRQ=CDROM_IRQ= $(IRQ)
$zDRQ=CDROM_DRQ= $(DMA)
$TY=X
$BIRQ=5
$BDMA=1
$BADR=220
$BGAME=ENABLED
$BSRC=MIC

[root]
#say=prompt string at top of the menu box
say=Please select driver/utility set(s):
#hint=hint string at bottom of the display
hint=Please use arrow key to move cursor, <SPACE> or <ENTER> to make selection, <F3> to abort
#use=the button size
use=102,24
#set=selection button names
set=c1,c2,c3
c1=[win]
c2=[dos]
c3=[cd]
#sel=action button names
sel=[ROK],[RNO]

[ROK]
say=OK
hint=Start installing selected driver/utility set(s).
btn=-[ROK]
act=OK

[RNO]
say=Cancel
hint=Abort Setup and EXIT!
btn=-[RNO]
act=QUIT

[cdsel]
say=Please select CD-ROM drive type:
use=88,24
set=c0,c1,c2,c3,c4
c0=([nocd]
c1=[sony]
c2=[mitsumi]
c3=[pana562]
c4=[genoa])
sel=[SOK],[SNO]
#btn in menu section: chk -> run checkCD()
btn=chk

[SOK]
say=OK
hint=Confirms selected CD-ROM drive type.
#sel=([root],[root],[root],[root])
sel=[root]
btn=-[SOK],+[cd]

[SNO]
say=Cancel
act=CANCEL
hint=Abort CD-ROM Drive selection!
sel=[root]
btn=-[cd],-[SNO],-[SOK],-[COK]

[win]
say=Windows 3.1
hint=Installs AudioBlitz drivers and applications for Microsoft Windows 3.1 and Windows for Workgroups 3.1.
use=1
inf=set win+WIN31\INSTALL.EXE

[dos]
say=DOS Utility
hint=Installs AudioBlitz DOS configuration and test utilities.
use=1,200,UTIL
# create ab16cfg.bat
inf=set bat+$(AUT) dat+[$(SUB)] dat+[ab16.cfg1] run+$(RUN) say+[dosSay]

[dosSay]
************************  NOTE  *******************************
* AudioBlitz Stereo 16+ Setup is complete. For the changes    *
* to take effect, you MUST REBOOT your system.		      *
***************************************************************

[cd]
say=CD-Drive
hint=Installs AudioBlitz DOS CD-ROM drivers.
sel=[cdsel]

[sony]
say=Sony
hint=Installs driver for Sony CD-ROM drive.
use=1
inf=chk+[cd] sys+[sys] bat+$(BAT) dat+[ab16.cfg] say+[MCIcdSay]
set=$IRQ,$DMA,$ADR,$DEV,$CDE,$CD,$CD_BASE,$CD_IRQ,$CD_DRQ,$TY
$IRQ=10
$DMA=3
$ADR=360
$DEV=$(DE2)
$CDE=$(CD2)
$CD=$(SCD)
$CD_BASE=$(zBASE)
$CD_IRQ=$(zIRQ)
$CD_DRQ=$(zDRQ)
$TY=S

[genoa]
say=Genoa
hint=Installs driver for Genoa CD-ROM drive.
use=1
inf=chk+[cd] sys+[sys] bat+$(BAT) dat+[ab16.cfg] say+[MCIcdSay]
set=$IRQ,$DMA,$ADR,$DEV,$CDE,$CD,$CD_BASE,$CD_IRQ,$CD_DRQ,$TY
$IRQ=10
$DMA=3
$ADR=360
$DEV=$(DE4)
$CDE=$(CD4)
$CD=$(SCD)
$CD_BASE=$(zBASE)
$CD_IRQ=$(zIRQ)
$CD_DRQ=$(zDRQ)
$TY=S

[pana562]
say=Panasonic
hint=Installs driver for Panasonic 562/563 CD-ROM drive.
use=1
inf=chk+[cd] sys+[sys] bat+$(BAT) dat+[ab16.cfg] say+[panaSay] say+[MCIcdSay]
set=$IRQ,$DMA,$ADR,$DEV,$CDE,$CD,$CD_BASE,$CD_IRQ,$CD_DRQ,$TY
$IRQ=10
$DMA=3
$ADR=360
$DEV=$(DE3)
$CDE=$(CD3)
$CD=$(PCD)
$CD_BASE=$(zBASE)
$CD_IRQ=$(zIRQ)
$CD_DRQ=$(zDRQ)
$TY=P

[panaSay]
*********************** WARNING *******************************
* The Panasonic CD-ROM device driver "CDMKE41.SYS" IS NOT     *
* included in the AudioBlitz Stereo 16+ diskette. You need to *
* get it from your CD-ROM drive vendor and copy it to your    *
* GENOASND directory manually before you reboot your system.  *
***************************************************************

[mcicdsay]
************************  NOTE  *******************************
* For your CD-ROM drive to work with MS Windows, you need to  *
* install [MCI] CD Audio driver from your Windows diskette.   *
* For more information about installing [MCI] CD Audio driver,*
* please refer to the "Connecting a CD-ROM drive" section in  *
* Chapter 3 of AudioBlitz User's Manual or READ.ME file.      *
***************************************************************

[mitsumi]
say=Mitsumi
hint=Installs driver for Mitsumi CD-ROM drive.
use=1
inf=chk+[cd] sys+[sys] bat+$(BAT) dat+[ab16.cfg] say+[MCIcdSay]
set=$IRQ,$DMA,$ADR,$DEV,$CDE,$CD,$CD_BASE,$CD_IRQ,$CD_DRQ,$TY
$IRQ=10
$DMA=$(NA)
$ADR=360
$DEV=$(DE1)
$CDE=$(CD1)
$CD=$(MCD)
$CD_BASE=$(zBASE)
$CD_IRQ=$(zIRQ)
$CD_DRQ=$(zDRQ)
$TY=M

[nocd]
say=<None>
hint=No CD-ROM drive installed.					 Uninstalls previously installed CD-ROM Drivers.
use=1
inf=chk+[cd] sys+[sys] bat+~$(BAT) dat+[ab16.cfg]
set=$IRQ,$DMA,$ADR,$DEV,$CD,$CD_BASE,$CD_IRQ,$CD_DRQ,$TY
$IRQ=$(NA)
$DMA=$(NA)
$ADR=$(NA)
$DEV=~
$CD=$(NA)
$CD_BASE=~
$CD_IRQ=$(zIRQ)
$CD_DRQ=$(zDRQ)
$TY=X

[ab16.cfg]
CDROM_MODEL= $(CD)
$(CD_BASE)
$(CD_IRQ)
$(CD_DRQ)

[ab16.cfg1]
PORT1= $(BADR)
IRQ1= $(BIRQ)
DRQ1= $(BDMA)
GAME_PORT= $(BGAME)
INPUT_SOURCE= $(BSRC)

[ab16cfg.bat]
REM *** GENOA AUDIOBLITZ STEREO 16+ LINES BEGIN
PATH=%PATH%;$(DIR)
SET AB16=$(DIR)
SET BLASTER=A$(BADR) I$(BIRQ) D$(BDMA) T4
$(DIR)\AB16.EXE /b
REM *** GENOA AUDIOBLITZ STEREO 16+ LINES END

[sys]
~$(DE1)
~$(DE2)
~$(DE3)
$(DEV)

[ RETURN TO DIRECTORY ]