Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 09 May 2010 15:50:27 -0000
HI ALL! I cant found a way to check if a Rexx port was active or not... There's any way to do that? If I try to send a rexx command to an non existing port the hollywood script will exit...
[09 May 2010] ARexx question...
[09 May 2010] ARexx question...
Simone"Tuxedo"Monsignori, Perugia, ITALY.
[09 May 2010] Re: ARexx question...
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 09 May 2010 23:12:54 -0000
Try the following code:
Var should be 1 if the port is open.
Try the following code:
Code: Select all
ARexxPort$="MYAREXXPORT"
Var=RunRexxScript("if show(ports,\'"..ARexxPort$.."\') then return 1", TRUE)
[10 May 2010] Re: ARexx question...
Note: This is an archived post that was originally sent to the Hollywood mailing list on 10 May 2010 21:48:36 +0200
Hi! Thank you! I will try it asap
Hi! Thank you! I will try it asap
Simone"Tuxedo"Monsignori, Perugia, ITALY.