See also entry in DESCRIPTION file
Usage: killpro [options]
killpro kills a running Pro/ENGINEER license. It pops up a confirmation
window with all running licenses on your machine.
options: -h => this help screen
-f => force kill of single license
-v => set verbose on.
-i => make selection through PID number
-t => text version
-c => cosmos
-p => pdm
-u => Don't check for user
If the -force option is given killpro will not ask for a confirmation
if a single license is found and proceeds killing the license.
With the -v option this script will also display the PID's of the
licenses. The -t option disables the graphical confirmation windows.
Author: Olaf Corten, olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
# 19990219 Changed SCRIPTS_DIR extraction.
# 19980807 Fixed killing as superuser.
# 19970313 Fixed license name when pro or pdm is started with commandline
# options.
# 19970212 Added -t, -u, -p and -c options. Change -force to -f.
# 19960723 Changed SCRIPTS_DIR setting.
# 19960409 Added commandline options: -h, -force, -v and -p
# Added running pro_flush after a succesfull kill.
# 19960213 Changed script to find all licenses. No license names need
# to be configured anymore.
# 199602-- Started history
################################################################################
|