|
Description:
|
This AREXX script starts Yam with selected configuration.
|
|
|
Installation :
|
- Installation.
- Edit this script and modify following variables:
- YPORT = 'YAM' (AREXX port of Yam)
- yampath = 'Yam:Yam' (Yam's path)
- CCN_LecConfig.rexx must be in the same directory.
|
|
|
Use:
|
Syntax: RX rexx:CCN_Yam [options] , [config]
Options (optional) : allows to modify the status
- = : Don't load a new configuration, keep old (in case an other script called CCN_Config.rexx before).
- ) or )) : Quit (or force to Quit) Yam.
Config is an optional argument.
- default: use the first user environment from the CCN.config file.
- <empty string>: don't use user environment.
Examples:
- RX rexx:CCN_Yam ,default
- default configuration (first in CCN.config).
- RX rexx:CCN_Yam ,conf
- RX rexx:CCN_Yam =
- use the config in memory.
- RX rexx:CCN_Yam )
|
|
|
Status:
|
This script is emailware. It means that if you use it, send me please an email
(if possible add a picture of your country). Thanks.
|
|
|
Author:
|
Any comments or suggests to:
Christophe CRÉBIER
email : alternos@free.fr
Site internet : http://www.multimania.com/obator/index.html
|
|