
05.02.2018 18:19:08


C:\splm\nx10\UGII>ugpc.exe  -h
 UGPC Help: ugpc takes the following arguments:

 <part1> <part2>
    This argument specifies one or more part filenames to produce a listing
    for.  This is the only ugpc argument that is not optional.

 -n
    This optional argument indicates that ugpc should print the number
    of components found at a given level.

 -s
    This optional argument indicates that ugpc should print an indented listing
    of the assembly structure.  If a number is specified immdediately after
    the -s (e.g -s4) you can control the amount of the indentation,

 -p<directory1> -p<directory2>
    This optional argument provides a way to specify one or more directories
    for ugpc to search for components in.  The directory must be specified
    immediately after the -p without a space (e.g -p/parts/released)

 -a
    This optional argument specifies that the assembly should be reported
    `as saved'.  By default, ugpc will attempt to search for components in
    directories where the top-level assembly or its components have previously
    been found.  If this option is used, ugpc will not attempt to do this.

C:\splm\nx10\UGII>

Example:
C:\splm\nx10\UGII>ugpc.exe -n -s C:\addPLM\CustomersDataL\KBA.Iberica\ExcangeFolder\91-CloneTest\Ap2Levels.prt
C:\addPLM\CustomersDataL\KBA.Iberica\ExcangeFolder\91-CloneTest\Ap2Levels.prt x 1
    C:\addPLM\CustomersDataL\KBA.Iberica\ExcangeFolder\91-CloneTest\008043008_ASM.prt x 1
        C:\addPLM\CustomersDataL\KBA.Iberica\ExcangeFolder\91-CloneTest\327911600.prt x 1
        C:\addPLM\CustomersDataL\KBA.Iberica\ExcangeFolder\91-CloneTest\008043010.prt x 1
        C:\addPLM\CustomersDataL\KBA.Iberica\ExcangeFolder\91-CloneTest\340402503.prt x 1
        C:\addPLM\CustomersDataL\KBA.Iberica\ExcangeFolder\91-CloneTest\008043009.prt x 1

