作者ericshliao
問ChatGPT給的答案:
Skip to content
Open sidebar
You said:
Write a batch file for Windows. In all subdirectories, for each .mkv and .srt pair, run mk.exe.
ChatGPT said:
Here’s a Windows batch file that recursively searches through all subdirectories for .mkv and .srt files with matching base names, then runs your program mk.exe for each matching pair.
-----------------------------------------------------------
...
|