Search found 6 matches

by scaler
18 Mar 2010 08:13
Forum: DOS Batch Forum
Topic: Make .M3U master playlist - output as relative path names
Replies: 28
Views: 38799

Re: Make .M3U master playlist - output as relative path name

Yes I did notice your edit.
EDIT: still cannot solve problem yet.
by scaler
14 Mar 2010 10:04
Forum: DOS Batch Forum
Topic: Make .M3U master playlist - output as relative path names
Replies: 28
Views: 38799

Re: Make .M3U master playlist - output as relative path name

Took a break from this issue due to commitments. Anyway, I tried and the only thing I have displayed is "Press any key to continue..."
by scaler
09 Mar 2010 04:15
Forum: DOS Batch Forum
Topic: Make .M3U master playlist - output as relative path names
Replies: 28
Views: 38799

Re: Make .M3U master playlist - output as relative path name

They are chinese words. Some are traditional chinese, some simplified. But I have some japanese songs too.
Here's an example of how the 1st output should be:

Code: Select all

E:\songs\鄭秀文\登峰造極世紀精選 Disc 1\01 我想我可以.wma
by scaler
08 Mar 2010 07:58
Forum: DOS Batch Forum
Topic: Make .M3U master playlist - output as relative path names
Replies: 28
Views: 38799

Re: Make .M3U master playlist - output as relative path name

Sorry for late reply, my net was down for couple of days. Do you mean it will look like this? @ECHO OFF SET currentfolder="%cd%" CD .. SET upperfolder="%cd%" IF %upperfolder:~-2,-1%==\ SET upperfolder=%upperfolder:\=% CALL SET folder=%%currentfolder:%upperfolder:"=%\=%% CD %...
by scaler
05 Mar 2010 23:42
Forum: DOS Batch Forum
Topic: Make .M3U master playlist - output as relative path names
Replies: 28
Views: 38799

Re: Make .M3U master playlist - output as relative path name

Thank you for replying.
How do I do that and how does it help?
I tried understanding your code and running it but I still don't really know what it does.
Sorry I only have very minor programming knowledge and close to no knowledge on DOS, etc.
by scaler
04 Mar 2010 13:45
Forum: DOS Batch Forum
Topic: Make .M3U master playlist - output as relative path names
Replies: 28
Views: 38799

Re:

hmmm... I'm still working on this... special characters are tough ! In the mean time here is the new code fixing a bug when started from the root of a drive: @ECHO OFF SET currentfolder="%cd%" CD .. SET upperfolder="%cd%" IF %upperfolder:~-2,-1%==\ SET upperfolder=%upperfolder:\...