Yam must not download/upload emails when it starts.
Below, Miami and Yam AREXX ports.
Copy CCN.config file to S:, then edit it.
Création : 5 décembre 1998
/*
********************************
** **
** USER CAN MODIFY THESE DATA **
** **
********************************
*/
/* Variables init */
MPORT = 'MIAMI.1'
YPORT = 'YAM'
/*
***********************************************
** **
** DO NOT MODIFY ANYTHING BELOW THIS COMMENT **
** **
***********************************************
*/
# C.C.N. prefs
# $VER: 1.0
# Path
MIAMIPATH = Miami path and name
YAMPATH = Yam path and name
AWPATH = AWeb path and name
IBPATH = IBrowse path and name
VNGPATH = Voyager NG path and name
# Configs
# Each config group MUST BEGIN with CONFNAME
CONFNAME = config name you will give as an argument
MIAMICONF = path and name of Miami's config file (device:dir/subdir/.../configfile)
YAMUSER = Yam's user name
YAMMDIR = Yam's path for specific users folders
YAMPFILE = path and name of Yam's config file
BROWSER = browser used
BUPATH = path for specific users folders for the browser
BPREFS = path and name of the config file for the browser
EXAMPLE:
# Path
MIAMIPATH = miami:miami
YAMPATH = yam:yam
AWPATH = internet:aweb31demo/aweb
IBPATH = ibrowse:ibrowse
VNGPATH = internet:voyager/v
CONFNAME = Chris
MIAMICONF = internet:miami/miami.default
YAMUSER = Christophe
YAMMDIR = yam:
YAMPFILE = yam:.config
BROWSER = ibrowse
BUPATH = ibrowse:christophe/
BPREFS = ibrowse:IBrowse.prefs
The config MUST START with 'CONFNAME ='.
Then, there is no special order for the rest of data.
Data for browser are not used by this script. But fill them with correct data,
an other script will use them.
Dernière mise-à-jour : 3 janvier 1999