Hi,
just tried to download messenger, and have problems with run thru
initial set-up. I get following message:
>> do %messenger.r
Script: "REBOL Messenger" (8-Sep-1999)
POP Server Username: pekr
POP Server Password: ****
Messenger Config File Generator
Directory in which to save configuration
(usually same location as this script): %/Config
This file may be readable and executable by others who use this computer
or are on this network.
Save password to config file (y/n)? y
Root mail directory (no trailing '/'): %Mail
Terminal rows: 30
Terminal columns (100 is recommended): 100
Always delete mail from server? (y/n) n
Maximum mail days for each directory (recommended: 32 16 8 4)8
** Access Error: Cannot open /Config/email-config.r.
** Where: write save-dir/email-config.r configfile
do save-dir/email-config.r
I looked at the script, especially save-dir function, but there seems to
be no place where %Config directory is created??? Anyone? I also
expected current directory is going to be used, once I press Enter. How
can I express current dir then?
save-dir: to-file ask "Directory in which to save
configuration^/(usually same location as this script): %"
......
write save-dir/email-config.r configfile
do save-dir/email-config.r
Where is the place where %Config directory is created??? ....
But maybe I am missing something ...
Thanks,
-pekr-