-
Notifications
You must be signed in to change notification settings - Fork 3
AtomicParsley
tatsuei edited this page Feb 10, 2021
·
2 revisions
for /R "C:/FlutterDart" %%i in (*.mp4) do (AtomicParsley "%%i" --title "%%~ni" --overWrite)
Reminder: Change ".mp4" to your file extensions!
Explanation:
- /R = recursive search (search within all sub-directories)
- %%i = for loop variable
- %%~ni = keep only the filename