!TITLE!EVS Multicam _DETECTED_VERSION_ Startup Menu #BOOT#Boot Multicam _DETECTED_VERSION_,5 #MAINTENANCE_MENU#Maintenance #VERSIONS#Versions #CHANGE#Change active version #NPOOL#@LIST c:\versions\*.* #DELVER#Delete a specific version #DPOOL#@LIST c:\versions\*.* #DELALL#Delete all versions #XHUB#XHub Upgrade #303SD#Multicam 10 - Upgrade XHub to version 3.03 #303HD#Multicam 10 - Upgrade XHub[2] to version 3.03 #BIOS#BIOS reset for HS870 #870S9#Reset BIOS - Default settings (640*480) #870E9#Reset BIOS - Enhanced settings (1024*768) #LINES#Replace Line 0 - Custom by the default one #DOS#Exit to DOS #CEONLY#Start OS with PC LAN support #CONTACTS#Support contacts ## [BOOT] path=C:\DOS;C:\UTILS %VGA2TVEXE% c: MBREV.EXE if errorlevel 2 goto NEXT :JUKI if %ALLOW_START_ON_JUKI% == NO goto NOT_SUPPORTED goto NEXT :NOT_SUPPORTED set MENULOOP=1 cls echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo ! ! echo ! This Multicam version can not be installed ! echo ! and can not run on this motherboard revision. ! echo ! ! echo ! Please contact your EVS regional office. ! echo ! ! echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo. pause goto END :NEXT cd c:\lsmce\os CeLoader /x /z /j %CELOADER_DEVOPTS% /s:1 /vm:dt /kb:%KBDLAYOUT% /B:0 /C:1 /e:%NET_IOBASE%:%NET_IRQ%:%NET_IP% /sm:%NET_MASK% /gw:%NET_GATEWAY% detect :END EXIT [DOS] cd c:\ cls EXIT [CEONLY] %VGA2TVEXE% c: cd c:\lsmce\os CeLoader /j /s:1 /vm:dt /kb:%KBDLAYOUT% /B:0 /C:1 /e:%NET_IOBASE%:%NET_IRQ%:%NET_IP% /sm:%NET_MASK% /gw:%NET_GATEWAY% detect EXIT [CONTACTS] set MENULOOP=1 cls if exist c:\lsmce\const\support\support.txt goto DISPLAY_SUPPORT echo file c:\lsmce\const\support\support.txt not found goto END :DISPLAY_SUPPORT type c:\lsmce\const\support\support.txt | more :END pause EXIT [NPOOL] cls set SOURCE_DRIVE=c:\versions\%MENUITEMNAME% set DESTINATION_DRIVE=c: set MENULOOP=1 set CURRENT_OS_TYPE=WCE set INSTALL_ADDONS=NO call %SOURCE_DRIVE%\SCRIPTS\REINSTAL.BAT echo. echo System updated. seconds 1 reset EXIT [DPOOL] set MENULOOP=1 cls echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo ! ! echo ! This operation will erase the version located in c:\versions\%MENUITEMNAME% ! echo ! ! echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo. choice /C:yn Are you really sure you want to delete this version if errorlevel 2 goto END attrib -r c:\versions\%MENUITEMNAME%\*.* /S deltree /Y c:\versions\%MENUITEMNAME% echo. echo done. seconds 1 :END EXIT [DELALL] set MENULOOP=1 cls echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo ! ! echo ! This operation will erase all the versions located in c:\versions ! echo ! ! echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! echo. choice /C:yn Are you really sure you want to do this if errorlevel 2 goto END attrib -r c:\versions\*.* /S deltree /Y c:\versions echo. echo done. seconds 1 :END echo. EXIT [303SD] cls cd \ cd utils\XHUB\303 call 2.BAT EXIT [303HD] cls cd \ cd utils\XHUB\303 call 3.BAT EXIT [870S9] cls cd \ cd utils\BIOSUPD\HS870 call 870S9.BAT EXIT [870E9] cls cd \ cd utils\BIOSUPD\HS870 call 870E9.BAT EXIT [LINES] cls cd \ cd UTILS\LINES xcopy *.* c:\ /s :END echo. EXIT