This is an ancient example from TGF days for LazyCoder.
To get it working in MMF, you need to change the first line so:
Send "open %drive%%dir%Getaway.mid alias tune" -->
Send "open Getaway.mid alias tune"
The Getaway.mid file needs to be in the same directory as the app.
To play just a section of the midi file, do:
"play tune from 50 to 100"
