forked from j62/ctbrec
1
0
Fork 0

Add video tutorial on how to rename files with PP

This commit is contained in:
0xboobface 2020-05-23 14:50:01 +02:00
parent 7912b3b727
commit 62be5795f4
1 changed files with 4 additions and 1 deletions

View File

@ -74,3 +74,6 @@ FOR %%f in (%directory%\*.ts) do (
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>