home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 1
/
Meeting Pearls Vol 1 (1994).iso
/
installed_progs
/
comm
/
ums
/
install-support
/
makefidoalias.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-10-11
|
204 b
|
10 lines
/* convert fido address to alias for ums.config */
arg fido
parse var fido zone ":" net "/" node
alias = "fido." || zone || "." || net || "." || node || ".0"
address command SetEnv "fido-alias" alias