CCN_IBrowse.rexx - User guide



Description: This AREXX script starts IBrowse.

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

Use: Syntax: RX rexx:CCN_IBrowse [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) IBrowse.
  • NW : Open a new window.
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_IBrowse ,default
    • Default configuration (first in S:CCN.config file).


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


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


  • RX rexx:CCN_IBrowse ))
    • Quit Ibrowse by force methode.


  • RX rexx:CCN_IBrowse ,,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, 12th 1999
Dernière mise-à-jour : May, 31st 1999.