Operating System - HP-UX
1833883 Members
1746 Online
110063 Solutions
New Discussion

Running a proceedure on windows from Unix

 
Jason_309
Regular Advisor

Running a proceedure on windows from Unix

We have a cobol applications that will run on my hpux box and it needs to run a proceedure on a windows machine. Any ideas of how to do this?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: Running a proceedure on windows from Unix

Download and install Microsoft Services for Windows (SFU) and then you are just a remsh away.

http://www.microsoft.com/downloads/details.aspx?FamilyID=896c9688-601b-44f1-81a4-02878ff11778&DisplayLang=en
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: Running a proceedure on windows from Unix

Oh, and your COBOL program will need to run the equivalent of the system() function to invoke the remsh.
If it ain't broke, I can fix that.