home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1402.dms / in.adf / S / PlayDisk next >
Encoding:
Text File  |  1991-10-06  |  918 b   |  28 lines

  1. echo "*ec"
  2. Check4Mem >NIL: 800 -c
  3. ;Ask if we have enough chip memory to run full 1 meg chip version.
  4. If Warn
  5.   ;If we're here, we haven't and we now check if we have any fast mem
  6.   Check4Mem >NIL: 256 -f
  7.   ;If this test fails, sadly we have to decline to play anything!
  8.   If Warn
  9.     Echo "*n*n    Sorry, not enough memory to play Rhapsody in Blue."
  10.     Skip finishall
  11.   Endif
  12.   ;We now set up the batch file player for 512K chip + fast ram users
  13.   echo "*n*n RHAPSODY IN BLUE by GEORGE GERSHWIN now loading/playing"
  14.   echo "*n   Special 512k Chip Ram version - sorry, no picture!!"
  15.   echo "*n*n  DO NOT REMOVE DISK - files being loaded while music plays."
  16.   Copy df0:C/PLAY ram:
  17.   Copy df0:S/Rhapsody.bat ram:
  18.   ram:PLAY p=ram:Rhapsody.bat
  19.   Wait 5
  20.   Skip finishup
  21. Endif
  22. Run >NIL: df0:FULLVIEW df0:picture.iff +p
  23. Wait 15
  24. PLAY i=instruments scores/rhapsody.smus
  25. Lab finishup
  26. df0:C/Type df0:S/WelcomePage
  27. Lab finishall
  28.