Trying to get control over XMPLAY via
DDE.
I got it working via both dde_run, and cmcdde. I decided to use cmcdde as it's alittle shorter argumentlist.

My question is: is there any way to set length and NAME of track and subtrack id?
Or will I have to provide a m3u list then?
If so, how would such a list look? (I think I asked about such a list before, but I don't remember
)
Let's say I want to play a .nsf and the subsong 2 and I want it to end after 2 minutes. (maybe I can also specify when it should start? like if there is an intro of no sound?)
I take it's something like this:
$pathNfileWithinQuotes $titleWithinQuotes $subSongNr $songLengthInMilliSec $startAfterMilliSec
"c:\song.nsf" "[NES]Hip Tanaka - Kid Icarus song nr2" 2 20000 1000
Thanks for any help!
Edit: Regarding m3u (searched
old threads):
Extended playlist
sourceExample:filename::NSF,[1 based songno|$songno],[title],[time(h:m:s)],[loop(h:m:s)][-],[fade(h:m:s)],[loopcount]
Fantasm Soldier Valis (PSG).kss::KSS,$09,Fantasm Soldier Valis - PSG (MSX) (C)Telenet [ Miss Blue ],1:34,,3
Can this be also be applied to mp3 inside zip? Like I only want to play the second mp3 inside the zip?
Or are these m3u limited to NEZplug?