8 lines
192 B
Batchfile
8 lines
192 B
Batchfile
@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
|