@echo off
set num=XXX
set skip=YYY
if %skip%==ON goto higher
if %num%==06 goto GB06

cd %num%
imgmount d EPISOD~1.ISO -t iso
cd ..
cd C:\IE
cls
win C:\IE\PRESENT.EXE D:\IW\MAIN.IWM
goto quit

:GB06
mount d ".\Magazines\Interactive Entertainment CD\06" -t cdrom
cd C:\IE
cls
win C:\IE\PRESENT.EXE D:\IW\MAIN.IWM
goto quit

:higher
cd %num%
imgmount d EPISOD~1.ISO -t iso
cd ..
cd C:\IE
cls
win D:\INSTALL\PRESENT.EXE D:\IW\MAIN.IWM D:
goto quit

:quit