See also entry in DESCRIPTION file
Usage: pro_bom_ls [options] [file]
pro_bom_ls scans the latest BOM file for all parts and sub-assemblies
and shows all models with the same name in the working directory.
It recognizes two different kinds of BOM files: the default BOM file
for Pro/E and a special one.
o default BOM file:
- the assembly name is the second field of the top-level line
- the model name is the third field of each line
o special BOM file:
- the assembly name is the sixth field of the top-level line
- the model name is the first field of each line
options: -h => this help screen.
-d => show only drawings
-a => show only assemblies
-p => show only parts
-v => set verbose on
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
# 22-11-96 LS_COMMAND decide added (fix for non-SGI users)
# first version 18-6-96
#
################################################################################
|