CCN_Oisans.rexx - User guide



Description: This AREXX script starts a selected browser and connect it to the web via Miami.

Installation: Installation.
Needs rexxreqtools.library (Aminet).

Use: Syntax: RX rexx:CCN_Oisans [-options] , [config] , [url=|url=?] .
Don't forget to insert comma between arguments.
  • Options (optional) : allows to modify the status
    • d : Iconify Miami after startup.
    • ? : Show the on-line help.
    There is no special order to write these options, but you must NOT insert a space charactere between them.
  • Config : config file. It allows to choose a configuration for Miami (provider) and Yam (user).
    • default: first config in CCN.config file.
    • <empty string>: for single user environment users.
    • -browser: if -IBrowse, -Voyager or -AWeb is entered then this browser will be used, no requester will ask for browser. To be used with single user environment only.
  • url is optional, browser starts at this address. Syntax is: url=address.
    If you enter url=? then a requester will ask you to type url.

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


    • RX rexx:CCN_Oisans ,-Voyager
      • Voyager will be start.


    • RX rexx:CCN_Oisans -d,conf
      • Configuration 'conf'.
      • Miami is iconified at startup (-d).


    • RX rexx:CCN_Oisans -d,conf,URL=http://www.amiga.com
      • Configuration 'conf'
      • Miami is iconified at startup (-d)
      • Browser goes to address : http://www.amiga.com

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 : December, 29th 1998
Dernière mise-à-jour : May, 31st 1999.