Skip to content

Commit

Permalink
Update RunME.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyilingwei authored Dec 7, 2023
1 parent e114db6 commit 049006c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RunME.bat
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ for %%i in ("%input_folder%\*.mp4") do (
echo [ERROR] The file !file_name!.mp4 already exists in output folder, please check the file name >> error.log
)
) else (
echo [ERROR] No m4a file matching %%i.mp4 was found, please check the file name
echo [ERROR] No m4a file matching %%i.mp4 was found, please check the file name >> error.log
echo [ERROR] No m4a file matching %%i was found, please check the file name
echo [ERROR] No m4a file matching %%i was found, please check the file name >> error.log
)
)

Expand Down

0 comments on commit 049006c

Please sign in to comment.