Subversion Repositories factorylink.mb_plus

Rev

Rev 1 | Blame | Compare with Previous | Last modification | View Log | Download

@echo off
cls

rem first install all FacoryLink system files
flxinst .

echo Updating help index FactoryLink...
mkhelp > nul

echo Updating AC to CT map file...
acctmgr -c -d -t%FLINK%/ac/titles

rem
rem check first if a DeltaLink option file exist, if not copy from install diskette
rem

update -Mmb_plus

if not exist %FLOPT%\delta.opt goto copy

inst_seq -MMB_PLUS -S\opt\delta.opt
goto end

:copy
copy \opt\delta.opt %FLOPT% > nul
goto end

:end