home *** CD-ROM | disk | FTP | other *** search
- echo "*ec"
- Check4Mem >NIL: 800 -c
- ;Ask if we have enough chip memory to run full 1 meg chip version.
- If Warn
- ;If we're here, we haven't and we now check if we have any fast mem
- Check4Mem >NIL: 256 -f
- ;If this test fails, sadly we have to decline to play anything!
- If Warn
- Echo "*n*n Sorry, not enough memory to play Rhapsody in Blue."
- Skip finishall
- Endif
- ;We now set up the batch file player for 512K chip + fast ram users
- echo "*n*n RHAPSODY IN BLUE by GEORGE GERSHWIN now loading/playing"
- echo "*n Special 512k Chip Ram version - sorry, no picture!!"
- echo "*n*n DO NOT REMOVE DISK - files being loaded while music plays."
- Copy df0:C/PLAY ram:
- Copy df0:S/Rhapsody.bat ram:
- ram:PLAY p=ram:Rhapsody.bat
- Wait 5
- Skip finishup
- Endif
- Run >NIL: df0:FULLVIEW df0:picture.iff +p
- Wait 15
- PLAY i=instruments scores/rhapsody.smus
- Lab finishup
- df0:C/Type df0:S/WelcomePage
- Lab finishall
-