Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Preface : Typographical Conventions

Typographical Conventions
TIBCO iProcess Engine can be run on both Microsoft Windows and UNIX/Linux platforms. In this manual, the Windows convention of a backslash (\) is used. The equivalent pathname on a UNIX or Linux system is the same, but using the forward slash (/) as a separator character.
The following typographical conventions are used in this manual
TIBCO iProcess Engine installs into a directory. This directory is referenced in documentation as SWDIR. The value of SWDIR depends on the operating system. For example,
if SWDIR is set to C:\swerver\staffw_nod1, then the full path to the swutil command is C:\swerver\staffw_nod1\bin\swutil.
if SWDIR is set to /swerver/staffw_nod1, then the full path to the swutil command is /swerver/staffw_nod1/bin/swutil or $SWDIR/bin/swutil.
Note: On a UNIX or Linux system, the environment variable $SWDIR should be set up to point to the iProcess system directory for the root and swadmin users.
Use MyCommand to start the foo process.
To indicate a document title. For example: See TIBCO ActiveMatrix BusinessWorks Concepts.
|
A logical OR that separates multiple items of which only one may be chosen.
In the next example, the command requires two parameters. The first parameter can be either param1 or param2 and the second can be either param3 or param4:
In the next example, the command can accept either two or three parameters. The first parameter must be param1. You can optionally include param2 as the second parameter. And the last parameter is either param3 or param4.

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.