See also entry in DESCRIPTION file
Usage: admin_database options database1 [database2]
Use this script to perform administrative tasks on a PDM database.
options: -h => this help screen
-n => create new database
-r => rename database 1 to database2
-d => delete database
-c => Check up
-f => Force startup of Pro/PDM
-s NAME => Set pdmserver to NAME
Example:
% /srv/usr/FICO/scripts/admin_database -r TEST FINAL
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
#
# 980903 Now using check_dbasenr to determine row nr of dbase.
# 980707 first version
#
################################################################################
|