Use rexec to run a windows executable from another machine (HPUX, AIX, Windows, whatever) You probably won't be able to run anything that requires user input or has a GUI.
Mike
"Deliver me from the bane of civilised life; teddy bear envy."
Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884
I did it in my last job, called a database (SQL/Server) update job from an HPUX box. I've also called windows executables from AIX and Solaris boxes.
Open a cmd window on XP and type 'rexec', that explains a litte as well.
The limitations, as far as I know them, are:
[li]The windows box has be running the REXEC service[/li]
[li]You can only call console progams, text based programs, on the windows box and they must be able to run without user intervention[/li]
[li]You have to get the .rhosts file entries correct (and don't ask me how to do that because I have to look it up every time )[/li]
Mike
"Deliver me from the bane of civilised life; teddy bear envy."
Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.