CCN_AWeb.rexx - User guide



Description: This AREXX script starts AWeb.

Installation :
  • Installation.
  • Edit this script and modify following variables:
    • BPORT = 'AWEB.1' (AREXX port of AWeb)
    • bpath = 'AWeb:AWeb-II' (AWeb's path)
  • CCN_LecConfig.rexx must be in the same directory.

Use: Syntax: RX rexx:CCN_AWeb [options] , [config] , [url=].
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) AWeb.
Config is an optional argument.
  • default: use the first user environment from the CCN.config file.
  • <empty string>: don't use user environment.
url (optional): starts the browser at this address.

Examples:
  • RX rexx:CCN_AWeb ,default
    • Default configuration (first in S:CCN.config file).


  • RX rexx:CCN_AWeb ,conf
    • Configuration 'conf'.


  • RX rexx:CCN_AWeb =
    • Use the config already loaded.


  • RX rexx:CCN_AWeb ))
    • Quit AWeb by force methode.


  • RX rexx:CCN_AWeb ,,url=http://www.amiga.fr ;-)
    • Use standard config (one user environment).
    • Go to url http://www.amiga.fr.

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



Création : February, 27th 1999.
Dernière mise-à-jour : December, 4th 1999.