@echo off
if %1.==. goto helpout
if %2.==. goto help1
if %3.==. goto help2
if exist "C:\Program Files (x86)\PS3 Media Server\win32\mencoder.exe" ("C:\Program Files (x86)\PS3 Media Server\win32\mencoder.exe" -oac copy -ovc copy -idx -o %1 %2 %3 %4 %5 %6 %7 %8 %9) else echo Mencoder not found!
goto end
:helpout
echo Output missing.
:help1
echo Input 1 missing.
:help2
echo Input 2 missing.
:helpend
echo %0 [output.avi] [input1.avi] [input2.avi] (input3.avi) (input4.avi) (...)
:end
virtualdub?