|
Description:
|
This AREXX script starts Voyager.
|
|
|
Installation :
|
- Installation.
- Edit this script and modify following variables:
- BPORT = 'VOYAGER' (AREXX port of Voyager)
- bpath = 'Voyager:Voyager' (Voyager's path)
- CCN_LecConfig.rexx must be in the same directory.
|
|
|
Use:
|
Syntax: RX rexx:CCN_Voyager [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) Voyager.
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_Voyager ,default
- Default configuration (first in S:CCN.config file).
- RX rexx:CCN_Voyager ,conf
- RX rexx:CCN_Voyager =
- Use the config already loaded.
- RX rexx:CCN_Voyager ))
- Quit Voyager by force methode.
- RX rexx:CCN_Voyager ,,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
|
|