jabyengine/bin/run_pop_fe.bat

11 lines
276 B
Batchfile

rem %1 input cue file
rem %2 Optional picture files
setlocal ENABLEDELAYEDEXPANSION
echo %PATH%
if [%2] == [] (
set img_input=
) else (
set img_input=--cover %2/cover.png --pic0 %2/pic0.png --pic1 %2/pic1.png
)
pop-fe.exe --ps3-pkg=%~dpn1.pkg %img_input% %1