General Conductor Script Operations - Sun Microsystems iPlanet Integration Server 3.0 Process System Manual

Table of Contents

Advertisement

For full reference documentation of the commands discussed below, consult the
Fscript Reference Guide.

General Conductor Script Operations

The following table lists Conductor Script commands used for general operations
such as getting online help, defining the format of file names, specifying a directory
search path, and so on:
Command
Arguments
AddAlias
alias_name
command_string
AddPath
directory_name
[;directory_name...]
Exit
——
Help
[comand_name|
match_string]
ModLogger
+(log_flags)|
–(log_flags)
Quit
——
RemoveAlias
[alias_name]
SetOutFile
[file_name]
SetPath
directory_name
[;directory_name...]
ShowAlias
[alias_name]
ShowPath
——
Working with Conductor Script
Function
Define an alias for a Conductor Script
command and its arguments.
Add the specified directories to the current
search path (see SetPath).
Exit Conductor Script.
List help for general Conductor Script
commands and currently available
FNscript commands. Use a wildcard (*) to
get help on similarly named commands.
Modify the current iPlanet UDS log
message filters (log flag settings) for
Conductor Script.
Exit Conductor Script.
Remove an alias definition.
Specify a file where standard output is
printed.
Set the directory search path used by any
of the commands that take a file name as
an argument.
Display one or all defined aliases with
their expansions.
Show the current directory search path
(see SetPath).
Chapter 8
Using the Conductor Script Utility
231

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the iPlanet Integration Server 3.0 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents