http://qs1969.pair.com?node_id=231360


in reply to Running exe's remotely

All your combination of chdir's and system's is doing is running the executable from the network on your machine.

You need to use something like telnet (Net::Telnet?) to log in to the remote machine and run the executable on that machine. Of course, you'll need a telnet server on the Win2k machine.