added script to rebuild InfoConnect database

This commit is contained in:
Brian Warren 2025-04-24 11:54:50 -05:00
parent 5e37a46e67
commit 90a2fcf34f

View File

@ -0,0 +1,7 @@
@echo off
set InfoConnectDir=P:\ua\ua-suite\39.13\infoconnect\9.1b
pushd %CD%
cd /d %InfoConnectDir%\cfg\cfgdb && del *.cfg && del prevroot.ini && cd %InfoConnectDir% && goual /install
popd