home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 16
/
PCGAMER16.bin
/
table
/
ezi.cfg
< prev
next >
Wrap
Text File
|
1995-09-18
|
3KB
|
106 lines
;Installation Aid CFG for TABLEC created 09/13/1995, 15:03:03
;------------------------------------------------------------------
Name 3-D Table Sports Demo
Description 3-D Table Sports Demo
Version 1.00
VersionDate 09/13/1995, 15:03:03
VolumeKey TAB
Disks 1
HowToStart TS
AskCodeDrive YES
AskCodePath YES
AskDataDrive NO
AskDataPath NO
CodeSpace 2000
CodeDrive C
CodePath \TABLE
RamSpace 350
DosMajor 3
DosMinor 1
CPUType 1 80386
GroupInfo
ApplName 3-D Table Sports
PrdName Table
GrpFile table.grp
GrpTitle 3-D Table Sports
IconInfo `CODEPATH`\TABLE.PIF,Table Sports,`CODEPATH`\table.ico,0
IconInfo `CODEPATH`\TABLE.HLP,Table Sports Info,`CODEPATH`\table.hlp,0
End
AskGroup Numeric Windows Installation
AskLine Please make a selection
TextC If you choose to install the Windows group and icons,
TextC you will be able to start Table Sports from your Windows
TextC desktop. However, for optimum results, the demo Setup
TextC program must be run from DOS.
WindowsN DOS Installation Only; 0
WindowsY Install Windows Group and Icons; 0
End
AskGroup Numeric Hard Disk / CD-ROM Configuration
AskLine Please make a selection
TextC Select full installation if the CD-ROM will not be
TextC available during game play. Full installation requires
TextC an additional 5 megabytes of space on the hard drive.
PlayCD Normal Installation (2 megabytes); 0
PlayHD Full Installation (7 megabytes); 5000
End
ModifyINI WIN.INI
[WINDOWS]
RUN=`CodePath`\ezgrp.exe
[extensions]
ezg=`CodePath`\ezgrp.exe ^.ezg
End
DiskSet 1 Disk 1
GROUP PLAYHD CODE TABLE.EXE
GROUP PLAYHD CODE FOOS0.BLT
GROUP PLAYHD CODE HOOPS0.BLT
GROUP PLAYHD CODE AIR0.BLT
GROUP PLAYHD CODE TABLE0.BLT
GROUP PLAYHD CODE SNDSETUP.EXE
CODE NETSETUP.EXE
CODE MELODIC.BNK
CODE SETUP.INI
CODE README.DOC
CODE TEST.HMP
CODE HMIMDRV.386
CODE DRUM.BNK
CODE HMIDET.386
CODE HMIDRV.386
CODE CONFIG.BAT
CODE UVCONFIG.EXE
CODE TEST.RAW
End
StartUp TS.BAT
@ECHO OFF
`CODEDRIVE`:
cd `CODEPATH`
if exist CONFIG.TST goto NOSETUP
call CONFIG.BAT
cls
:NOSETUP
echo Loading 3-D Table Sports Demo... Please wait...
echo Copyright (c) 1995 by Time Warner Interactive. All rights reserved.
zzz
goto THEEND
:CANTFIND
echo Cannot find the 3-D Table Sports CD-ROM disc!
:THEEND
End
End
;*** End of Product CFG ***