Olaf Corten's OCUS help page for change_dir_retrieve

Help and/or history for change_dir_retrieve

See also entry in DESCRIPTION file

Usage: change_dir_retrieve [options] [assembly]
 
!!!! NOT IMPLEMENTED YET !!!! NOT IMPLEMENTED YET !!!! NOT IMPLEMENTED YET !!!!

	change_dir_retrieve creates a trail file which retrieves a Pro/E model.
	Before retrieving all child models of the assembly it performs a change
	dir to the directory where each model resides. This will speed up
	retrieval times of assemblies which are spread over a lot of different
	search_path directories.
	This script uses the script model_ref to create a COM.

	options:	-h =>	this help screen

	NOTE:	Assemblies which models are saved in few directories in 
		environments with only a few search_path directories might
		take longer to retrieve if you use the trail file
		generated by this script.
	BUGS:	The script will have some problems with instances.

Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl

################################################################################
# History:
# 19990419 Fixed bug for SUN: newest rev. not always found
#	   ('sort +2 -3n' changed to 'sort -n +2 -3')
# 19990219 Changed SCRIPTS_DIR extraction.
# 19970204 Fixed bug for SUN: newest rev. not always found (sort +2 -n =>
#	   sort +2 -3n)
# 19960723 Changed SCRIPTS_DIR setting.
# 19960419 Output file no longer gets a third extension. (Release 16 can't
#	   handle them). Trail version updated to R15.
# 19951212 First version
#
################################################################################