You are here: Available Utilities > L > LBYPROC

LBYPROC

Use this utility to process library scripts. Library scripts are XML-based files that let you perform actions on a resource library.

You can use these scripts to peform these tasks:

The scripts are designed to perform the indicated action on multiple resources. For example, a promote script can promote many resources from one library to another and an extract script can extract many resources from the library and write them to disk.

Note You can create and execute scripts for some actions, such as extracting or promoting files, in Studio.

Program names

Syntax

LBYPROC /I /INI /TEST /T /L /NOLOG /P /S /X

Parameter

Description

/I

Include this parameter to specify the name of the file that contains the library scripts you want the utility to process.

/INI

Include this parameter to specify the name and path of the INI file. The default is FSIUSER.INI.

/TEST

(Optional) Include this parameter to run the utility without actually updating anything. The utility then reports what actions it would perform if it were actually run.

/T

(Optional) Include this parameter to turn on tracing. This can be useful when analyzing problems.

/L

(Optional) Include this parameter to tell the utility to write the INI options to the trace file. This can be useful when analyzing problems.

/NOLOG

(Optional) Include this parameter to suppress the logging of library actions to the library log file.

/P

(Optional) Include this parameter to execute the Promote section in the script. If the script contains no Promote section, no promote occurs.

/S

(Optional) Include this parameter to execute the Filter section in this script. If the script contains no Filter section (possible only in older scripts) no Filter report appears.

/X

(Optional) Include this parameter to execute the Extract section in the script. If the script contains no Extract section, no extract occurs.

See Also