home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / table / ezi.cfg < prev    next >
Text File  |  1995-09-18  |  3KB  |  106 lines

  1. ;Installation Aid CFG for TABLEC created 09/13/1995, 15:03:03
  2. ;------------------------------------------------------------------
  3.  
  4. Name    3-D Table Sports Demo
  5. Description 3-D Table Sports Demo
  6. Version   1.00
  7. VersionDate 09/13/1995, 15:03:03
  8. VolumeKey TAB
  9. Disks   1
  10.  
  11. HowToStart  TS
  12. AskCodeDrive  YES
  13. AskCodePath YES
  14. AskDataDrive  NO
  15. AskDataPath NO
  16. CodeSpace 2000
  17. CodeDrive C
  18. CodePath  \TABLE
  19.  
  20. RamSpace  350
  21. DosMajor  3
  22. DosMinor  1
  23. CPUType   1 80386
  24.  
  25. GroupInfo
  26.      ApplName  3-D Table Sports
  27.      PrdName   Table
  28.      GrpFile   table.grp
  29.      GrpTitle  3-D Table Sports
  30.      IconInfo  `CODEPATH`\TABLE.PIF,Table Sports,`CODEPATH`\table.ico,0
  31.      IconInfo  `CODEPATH`\TABLE.HLP,Table Sports Info,`CODEPATH`\table.hlp,0
  32. End
  33.  
  34. AskGroup Numeric Windows Installation
  35.      AskLine  Please make a selection
  36.      TextC    If you choose to install the Windows group and icons,
  37.      TextC    you will be able to start Table Sports from your Windows
  38.      TextC    desktop.  However, for optimum results, the demo Setup
  39.      TextC    program must be run from DOS.
  40.      WindowsN DOS Installation Only;  0
  41.      WindowsY Install Windows Group and Icons;  0
  42. End
  43.  
  44. AskGroup Numeric Hard Disk / CD-ROM Configuration
  45.      AskLine  Please make a selection
  46.      TextC    Select full installation if the CD-ROM will not be
  47.      TextC    available during game play.  Full installation requires
  48.      TextC    an additional 5 megabytes of space on the hard drive.
  49.      PlayCD   Normal Installation (2 megabytes);  0
  50.      PlayHD   Full Installation (7 megabytes);  5000
  51. End
  52.  
  53. ModifyINI WIN.INI
  54.      [WINDOWS]
  55.             RUN=`CodePath`\ezgrp.exe
  56.      [extensions]
  57.             ezg=`CodePath`\ezgrp.exe ^.ezg
  58. End
  59.  
  60. DiskSet 1 Disk 1
  61.      GROUP PLAYHD CODE TABLE.EXE
  62.      GROUP PLAYHD CODE FOOS0.BLT
  63.      GROUP PLAYHD CODE HOOPS0.BLT
  64.      GROUP PLAYHD CODE AIR0.BLT
  65.      GROUP PLAYHD CODE TABLE0.BLT
  66.      GROUP PLAYHD CODE SNDSETUP.EXE
  67.      CODE NETSETUP.EXE
  68.      CODE MELODIC.BNK
  69.      CODE SETUP.INI
  70.      CODE README.DOC
  71.      CODE TEST.HMP
  72.      CODE HMIMDRV.386
  73.      CODE DRUM.BNK
  74.      CODE HMIDET.386
  75.      CODE HMIDRV.386
  76.      CODE CONFIG.BAT
  77.      CODE UVCONFIG.EXE
  78.      CODE TEST.RAW
  79. End
  80.  
  81. StartUp TS.BAT
  82.      @ECHO OFF
  83.      `CODEDRIVE`:
  84.      cd `CODEPATH`
  85.      
  86.      if exist CONFIG.TST goto NOSETUP
  87.      call CONFIG.BAT
  88.      cls
  89.      
  90.      :NOSETUP
  91.      echo Loading 3-D Table Sports Demo... Please wait...
  92.      echo Copyright (c) 1995 by Time Warner Interactive.  All rights reserved.
  93.      zzz
  94.      goto THEEND
  95.      
  96.      :CANTFIND
  97.      echo Cannot find the 3-D Table Sports CD-ROM disc!
  98.      
  99.      :THEEND
  100.      
  101.      
  102. End
  103.  
  104. End
  105. ;*** End of Product CFG ***
  106.