home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 384.img / SH2NEUA1.ZIP / SCRIPT.CFG < prev    next >
Text File  |  1990-11-14  |  1KB  |  39 lines

  1. ; Shanghai II: Dragon's Eye - DOS Installer script file for 5 1/4" disks
  2.  
  3. [Required]
  4. VidRam=32            ; amount of Video Ram
  5. RAM=525k            ; amount of RAM required
  6. OS=DOS3.00            ; minimum DOS version required
  7.  
  8. [Supported]
  9. Video=VGAHI,VGALO,MCGA,EGAHI,EGALO,TNDY                ; Video devices supported
  10. Music=LAPC,MT32,SNBL,GMBL,ADLB,PS/1,TNDY,SPKR        ; Music devices supported
  11. Sound=SNBL,GMBL,INNV,SNMS,ADLB,PS/1,TDAC,TNDY,SPKR    ; Sound devices supported
  12. InputDevice=MOUS,JSTK,KEYB         ; Input devices supported
  13.  
  14. [Disk Setup]
  15. Free=1440k            ; Free disk space needed for installation
  16. Dir=\DRAGON
  17.  
  18. [Disk Installation]
  19. SourceDisk 5.25,3.5=1 install.exe
  20. Destdisk 5.25,3.5=1
  21. System=copy %source%install.exe %dest%
  22. System=copy %source%*.txt %dest%
  23. System=copy %source%script.cfg %dest%
  24. System=copy media.cfg %dest%
  25. System=copy %source%*.* %dest%
  26.  
  27. SourceDisk 5.25,3.5=2 help2.txt
  28. System=copy %source%*.* %dest%
  29.  
  30. SourceDisk 5.25,3.5=3 hilo.set
  31. System=copy %source%*.* %dest%
  32.  
  33. SourceDisk 5.25,3.5=4 animals.set
  34. System=copy %source%*.* %dest%
  35.  
  36. [Completion]
  37. Run=de
  38.  
  39.