Hi ,
Here is the situation ...
I need to run Script A in Unix , It will generate few parameters that should be passed to Script B . The Script A will call Script B .. Script B will be on a Windows Server . Its input parameter is the data passed by Script A ... IT SHOULD RUN IN WINDOWS and not in a shell on Unix ... After Script B completes execution , it should return Success / Failure or any other information back to Script A ...
'use IO::Socket;' to create a client on the Unix box, and the same to create a server on the Windows box. (These are easy to set up so that they are always "on".)
The client runs Script A and passes the parameters to the Windows server, which runs Script B (on the Windows box) and then returns info back to the Unix client.
I do this at home between a linux (Mandrake-9.1) and Windows 2000 box and it works fine.
Cheers, Rob
_______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
