forked from j62/ctbrec
Add video tutorial on how to rename files with PP
This commit is contained in:
parent
7912b3b727
commit
62be5795f4
|
@ -74,3 +74,6 @@ FOR %%f in (%directory%\*.ts) do (
|
||||||
del "%directory%\%%~nf.ts"
|
del "%directory%\%%~nf.ts"
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Video Tutorials
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/QIZhrhBFhoc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
Loading…
Reference in New Issue