-start-
>   "Morgan Small" <[EMAIL PROTECTED]>
>at    02/16/2001 09:54 AM

>Hey all,

>I need to write a script, on the Unix side, to access a .bat file over on 
a
>Windows NT machine to execute and run that .bat file.  Has anyone ever 
done
>something like this or even tell me where to start.  I was told that I 
can
>do this with Perl.

Research any rsh or telnet daemons that are available for win32 platforms. 
This would allow your program residing on Unix to log in to the NT server 
and execute arbitary commands.

A telnet daemon would be recommended as the most secure. Use a rsh daemon 
(no login required) or write your own TCP daemon (in Perl) at your own 
risk.

Grant Hopwood.
Valero Energy Corp.
(210)370-2380
PGP Public Key: Ldap://certserver.pgp.com
-= Fail"ure: 'fA(&)l-y&r, noun, When your best just isn't good enough. =-
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to