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
flxcopy -h "" -i "INSTALL.$$$" 1 . %FLINK% -o

echo Updating help index FactoryLink...
mkhelp > nul

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

update -Mmb_plus

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

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