@echo off FMAN /NORMAL :SetUp if errorlevel 18 goto End if errorlevel 17 goto RunS if errorlevel 16 goto RunM if errorlevel 15 goto RunC if errorlevel 14 goto RunA if errorlevel 13 goto RunE if errorlevel 12 goto RunD if errorlevel 11 goto RunW goto End :RunW app/W goto RunAgain :RunD app/D goto RunAgain :RunE app/E goto RunAgain :RunA app/A goto RunAgain :RunC app/C goto RunAgain :RunM app goto RunAgain :RunS app/S goto RunAgain :RunAgain FMAN /BAT goto SetUp :End