home *** CD-ROM | disk | FTP | other *** search
-
- merge cdrom.txt
- cdinit
- if !len(@drive)
- text "CD ROM Driver not loaded"
- waitkey
- exit
- endif
-
- text "CD is drive "$@drive$":"$chr(10)$chr(10)
-
- cdstatus
- prtstatus @0 ;print out drive status
- cdplay 2 120 ;play track 2 for 120 seconds
- waitkey ;wait for a keypress
- cdstop ;stop playing
-
- exit
-
-