|
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
- 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
|