On Thu, 27 Feb 2003, Shlomi Fish wrote: > On Thu, 27 Feb 2003, Tal Achituv wrote: > > > is there any way to triger the execution of a unix program from windows? > > i tried telnet, but it seems there client has no support of sripting or > > any other batch-file-like mechanism. > > > > Sure: > > 1. ssh or rsh. You can find it for cygwin or Interix.
Or the command-line tool from putty (I forgot its name. plink?) > > 2. You can control a Telnet session using Perl or Tcl Expect or whatever. > > 3. You can talk the Telnet protocol using Perl's Net::Telnet. telnet is not intended for batch jobs. If you want to run batch jobs, use rsh or ssh. They are made for that. -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
