Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
okorach committed May 19, 2024
1 parent 3b2b509 commit ede4588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch-files/renamer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
:: renamer -r "%root%" -f %* -g 5
set /p prefix=Prefix ?
set /p seqstart=Sequence Start ?
renamer -g 5 --seqstart %seqstart% --prefix "%prefix%" --photo_format "%prefix%" --video_format "%prefix%" --files %*
renamer --seqstart %seqstart% --prefix "%prefix%" --photo_format "%prefix%" --video_format "%prefix%" --files %*

pause

0 comments on commit ede4588

Please sign in to comment.