home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
bazy
/
megabook
/
storage
/
dialdata
/
zeeterm.mbrx
< prev
next >
Wrap
Text File
|
1996-06-27
|
730b
|
34 lines
/*
** ZeeTerm Dialer for MegaBook 3
** By Tom Bampton
**
** © 1996 Eden Software
**
** This is the script run when the Dial Data option is selected from the
** Extras menu, please see the docs for creating your own script to dial
** through your terminal program.
*/
/*
Path to ZeeTerm, it's run if ZeeTerm isn't running
Change this to the path of your copy of ZeeTerm
*/
ZeeTermPath = 'Dh1:ZeeTerm/ZeeTerm'
parse arg Number
/* Check if ZeeTerm is running, if not, run it */
if ~show('P', 'ZT_REXX_0') then do
address command
'run >nil: ' ZeeTermPath
/* Wait for the ARexx port */
do 5 while ~show('P', 'ZT_REXX_0')
'sys:rexxc/waitforport ZT_REXX_0'
end
end
address 'ZT_REXX_0'
options results
DialNumber Number