home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01246 / script.cfg < prev    next >
Text File  |  1990-12-10  |  1KB  |  37 lines

  1. ; F14 TOMCAT - DOS Installer script file for 5 1/4" disks
  2.  
  3. [Required]
  4. VidRam=32k            ; amount of screen memory required (for TANDY)
  5. RAM=512k            ; amount of RAM required
  6. OS=DOS3.00            ; minimum DOS version required
  7.  
  8. [Supported]
  9. Video=VGA,MCGA,EGA,TNDY                ; Video devices supported
  10. Music=LAPC,MT32,SNBL,GMBL,ADLB,PS/1,TNDY,SPKR,NONE    ; Music devices supported
  11. Sound=SNBL,GMBL,SNMS,ADLB,PS/1,TDAC,TNDY,SPKR,NONE    ; Sound devices supported
  12. InputDevice=MOUS,JSTK,KEYB         ; Input devices supported
  13.  
  14. [Disk Setup]
  15. Free=1250k            ; Free disk space needed for installation
  16. Dir=\TOMCAT            ; Default directory for installation
  17.  
  18. [Disk Installation]
  19. SourceDisk 5.25,3.5=1 install.exe
  20. System=copy %source%install.exe %dest%
  21. System=copy %source%*.txt %dest%
  22. System=copy %source%script.cfg %dest%
  23. System=copy media.cfg %dest%
  24. System=copy %source%*.* %dest%
  25.  
  26. SourceDisk 5.25,3.5=2 HAWK.MUS
  27. System=copy %source%*.* %dest%
  28.  
  29. SourceDisk 5.25,3.5=3 VGACAREM.SCR
  30. System=copy %source%*.* %dest%
  31.  
  32. SourceDisk 5.25,3.5=4 IRAQ.WLD
  33. System=copy %source%*.* %dest%
  34.  
  35. [Completion]
  36. Run=TC
  37.