Just can't stay away
Joined: 2009/2/9 19:32 Last Login
: 2020/12/21 15:57
From Brussels Belgium
Group:
Registered Users
|
Quote: os.system('RXLIB rexxsupport.library 0 -30 0') #,,result = arexx.dorexx('REXX',"ShowList(P,, )") arexx.dorexx('REXX',"setenv result ShowList(P,, )") print os.getenv(result)
#,,result = arexx.dorexx('REXX',"ShowList(P,'ODYSSEY.1', )") arexx.dorexx('REXX',"setenv result ShowList(P,'ODYSSEY.1', )" #print os.getenv(result)
I can't make the above script work rc1,rc2,result = arexx.dorexx('REXX',"ShowList(P,, )") does not give the list of ports in result as expected How can this be done?
|