Subversion Repositories factorylink.s_3964r

Rev

Blame | Last modification | View Log | Download

@echo off
cls

rem first install all FacoryLink system files
flxinst .

update -Ms_3964r

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

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

inst_seq -MS_3964R -Sopt\delta.opt

goto end

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

:end