@echo off
:START
if exist a:\system\smv41.exe goto ram

d:
d:\smv41.exe
a:
goto ende

:RAM
a:
cd system
smv41
cd ..

:ENDE
clsgrmem
If errorlevel 1 goto DOS
If errorlevel 0 goto START

:DOS
cls
@echo Press the upper, left softkey and ENTER
@echo to call the SMV41 program
