Hi, does anyone know how to send a command that is within a python script to another computer's terminal. This is what it looks like in Applescript.
tell application "Terminal" of machine "eppc://USERNAME:[email protected]" do script "ls" end tellI basically want something like os.system('ls') to be run on another computer in my LAN.
Thanks Pete _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
