Jump to content
LaunchBox Community Forums

rednecked_crake

Members
  • Posts

    1
  • Joined

  • Last visited

rednecked_crake's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

1

Reputation

  1. Late, but I thought adding this line before the for loop is helpful. @echo off del /S *.m3u for /R "%~dp0" %%I in (*.cue) do for %%J in ("%%~dpI.") do echo %%~nxI>>"%%~dpI%%~nxJ.m3u" It deletes any old m3u files beforehand. I found that if you ran it twice, it would just add the same lines again and confuse things.
×
×
  • Create New...