31
Programming / Re: [Classic REXX] Network Map
« on: March 24, 2025, 07:16:52 pm »
Neil: Interesting, and you get anything else if you run the OS/2 commands (HOST, NETSTAT, PING and ARP) by hand?
Or should the script be adjusted to use some other parameter with the above commands?
The script determine the IP-number from the machine that run the script.
Dave: Can it be something like 192.168.0.101 for your machine?
The script PARSE away the last part and then PING 192.168.0.1 to 192.168.0.255 and follow that by listing each with ARP
Could you please add
Some of the PARSE lines may very well need tweaking depending on wrong assumptions made
Or should the script be adjusted to use some other parameter with the above commands?
The script determine the IP-number from the machine that run the script.
Dave: Can it be something like 192.168.0.101 for your machine?
The script PARSE away the last part and then PING 192.168.0.1 to 192.168.0.255 and follow that by listing each with ARP
Could you please add
Code: [Select]
call trace '?i'
before the first line that begin with '@HOST and step through the code and tell us?Some of the PARSE lines may very well need tweaking depending on wrong assumptions made