#GOMF- what good is it?
04-Jan-89 00:45:42
Sb: #28587-#GOMF- what good is it?
Fm: John Draper 76703,4322
To: David Kieltyka 73200,3553
David,
If you have WaitForPort, it also means you have ARexx, and you can get a list
of all ports from ARexx by typing (in a WShell),:
"say showlist('p')
If you don't have WShell, you can make a small script called something like
'ports.rexx', with the above command in it, and call it with the 'rx' command.
-larry