hey i'm kinda bad with dos commands (but getting better) ... i want to write a reg key for a command to execute on a flac file from the rigt click menu called "tag" ... i'm okay with the regfile syntax, i just need some help with the command.
the command i would like to execute is to take the flac file name (%1 in dos), strip the ".flac" portion o the filename, and add ".tag" (the ascii file format i use for my tags). so if i right-click a file called "Beatles-love.flac" this command would look for a "Beatles-love.tag" and get the tags from that file.
how would i strip a files extension and add another extension like that?
thanx for any help.
