Batch File Wildcards

Posted by thebourneid on Stack Overflow See other posts from Stack Overflow or by thebourneid
Published on 2010-06-18T04:25:46Z Indexed on 2010/06/18 4:33 UTC
Read the original article Hit count: 198

Filed under:

I want to generate a bat file for multiple tag processing and the command lines look like this:

"C:\Program Files (x86)\tools\tag.exe" -t Genre="%genre%" "%_folderpath%\%track%. %title%.%_extension%"
IF ERRORLEVEL==1 PAUSE

I can populate all variables automatically but can I replace the %title% variable with a wildcard?

© Stack Overflow or respective owner

Related posts about batch-processing