Has anything changed recently in Dopus to make any of the above code fail?
The button in the above link does work but puts the playlist in the documents folder. Can this be changed to name the playlist with the folder name and place it in the same folder with the music files?
The important change is the extra |noterm on the last two lines which stops the \ being added to the end of the folder path.
The original button was trying to write to FolderName.m3u instead of FolderName.m3u
Just for neatness, I also removed the two sync: prefixes as they're not needed anymore (but they were harmless) and put a @ before the RUNMODE HIDE (but that was harmless too).
I tried this updated code. I don't know what it's supposed to be doing because when I run it...nothing happens. I'm using the latest version of DO and XP Home Edition with 1 gig of ram.
Sorry about that Jon.
Yes of course, it is working perfectly here.
But, may I ask, does it work for DorthyFan1 with the files selected prior to pressing the button ?
Leo...I'm not interested in printing any files. I currently don't have a printer connected to my laptop. I just want to create playlists from my music file collection easily that can be read in winamp, etc.
The code you put up would only put a print request to a non existing printer to my queue and it won't go anywhere. I don't see how using this code snippet is going to help.
I've been itching to get home from work to try the button out and I can report that the XML version works perfectly for me.
The smaller 5 line version of it doesn't work and windows reports 'windows cannot find echo. Make sure you typed the name correctly'. To try this one I've just created a new button and pasted the code into the expanded advanced box. I'm using Win7 RC1 by the way.