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.
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.
Regards,
Shlomi Fish
> Thanks,
>
> Tal.
>
>
----------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Home Page: http://t2.technion.ac.il/~shlomif/
There's no point in keeping an idea to yourself since there's a 10 to 1
chance that somebody already has it and will share it before you.
=================================================================
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]