Created
January 24, 2020 05:04
-
-
Save tana3n/3454df3d7b3297dc3d75c6d712c6b43e to your computer and use it in GitHub Desktop.
EDCB_rec_end_scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| rem renamerの場所 | |
| set src=C:\DTV\ts-renamer\ | |
| rem 録画フォルダを指定してるけれど絶対パスで好きなフォルダ指定するのもよし | |
| cd /d "$FolderPath$" | |
| if exist "%src%\bin\node.exe" ( | |
| "%src%\bin\node.exe" "%src%\cli.js" "$FilePath$" | |
| ) else ( | |
| node "%src%\cli.js" "$FilePath$" | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment