Skip to content

Instantly share code, notes, and snippets.

@tana3n
Created January 24, 2020 05:04
Show Gist options
  • Save tana3n/3454df3d7b3297dc3d75c6d712c6b43e to your computer and use it in GitHub Desktop.
Save tana3n/3454df3d7b3297dc3d75c6d712c6b43e to your computer and use it in GitHub Desktop.
EDCB_rec_end_scripts
@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