Hello,
I am running a perl script on a NT machine and I want to run the netstat command on a remote NT machine. Basically I am accessing the registry of the remote machine, getting some key values (these are IP addresses). Then I want to run netstat on the remote machine to check if the key values (IP addreses) that I have gotten have an established connection or not. I tried using the system command but it executes on the machine where my script is running, not on the remote machine. Thanks