Environment Variable
|
Setting
|
DLC
|
The WebSpeed Messenger installation path
|
PROMSGS
|
The pathname of the PROMSGS file:
/install-path/promsgs
|
PROCFG
|
The pathname of the configuration file:
/install-path/progress.cfg
|
WRKDIR
|
The pathname of your working directory
|
LD_LIBRARY_PATH
|
Shared library search path (on Solaris, Compaq Tru64 UNIX and Linux only)
|
SHLIB_PATH
|
Shared library search path (on HP-UX only)
|
LIBPATH1
|
Shared library search path (on AIX only)
|
#! /bin/sh
LIBPATH=/usr/lib:$LIBPATH export LIBPATH DLC=/usr/dlc; export DLC PROMSGS=/$DLC/promsgs; export PROMSGS PROCFG=$DLC/progress.cfg: export PROCFG WRKDIR=/usr/workdir export WRKDIR |