Subversion Repositories factorylink.fl_red

Rev

Blame | Last modification | View Log | Download

@echo off
cls

rem first install all FacoryLink system files
flxinst .

update -Mfl_red

rem Update the FactoryLink help system
echo Update the help system...
mkhelp > nul

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 -MFL_RED -S\opt\delta.opt
goto end

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

:end