#!/bin/sh # # ############################################################ ## MainWin configuration for MW5.02 (C) Kalimetrix 2014 ## ############################################################ #----- # installation is made in the current directory #----------------------------------------------------------- if [ -d $TROOT/mw ] ; then # # We want to register the needed registry files # #------------------ # search the register files #----------------------------------------------------------------- LIST=`ls -c $TROOT/tools/*.reg 2>/dev/null` #-------------------------------------------------------- # add the register information in the machine register file for i in $LIST do $TROOT/bin/regedit -c $i done #----------------------------------------------------------------- # setup done only if $TROOT/mw exists #------------------ fi