This doesn`t seem to work:
1. program:
rem execute music
execute file "music.exe","",""
rem wait for response
repeat
until get clipboard$()="ready"
rem play music
write to clipboard "factory.mid"
2. program
rem program is ready
write to clipboard "ready"
rem wait for music
repeat
until get clipboard$()="factory.mid"
rem load and play music
load music "factory.mid",1
loop music 1
I get the error "failed to set direct draw" or something like that... Does anyone know what I`m doing wrong?
Thanks, TheComet
Oooooops!!! I accidentally formated drive c.