set MangaMeeya=D:\app\MangaMeeya\MangaMeeya.exe
set temp=R:\MangaMeeya_temp
set zip=D:\app\7z\7z.exe

mkdir %temp%
%zip% e %1 -o%temp%
%MangaMeeya% %temp%
rmdir /q /s %temp%