5 lines
108 B
Batchfile
5 lines
108 B
Batchfile
cd scripts
|
|
@REM deno --allow-read --allow-write clean.ts
|
|
for %%f in (.\*.m3u8) do .\clean-id3.exe %%f
|
|
cd ..
|