if %1==7z ( "%~dp07z.exe" -scsdos %2 %3 %4 %5 %6 %7 %8 %9 GoTo :Eof ) if %1==imagex ( FOR /F "usebackq eol= tokens=* delims=" %%i in ("%~dpnx3") do ( set img=%%~dpnxi set Name=%%~pnxi goto _1 ) ) :_1 set img=%img:~0,-1% if Not Exist "%~dpnx2" ( Imagex.exe /capture /boot /check "%img%" /compress maximum "%~dpnx2" "%Name%" ) Else ( Imagex.exe /append /check "%img%" "%~dpnx2" "%Name%" ) GoTo :Eof