Operating System - HP-UX
1821830 Members
3778 Online
109638 Solutions
New Discussion юеВ

How can I execute a windows command from HPUX Machine ?

 
SOLVED
Go to solution
Juan Manuel L├│pez
Valued Contributor

How can I execute a windows command from HPUX Machine ?

Hi all.
We need to execute windows commands from hpux machine. How can I do this ?
It is possible ?

Thanks in advance.

Juanma
I would like to be lie on a beautiful beach spending my life doing nothing, so someboby has to make this job.
3 REPLIES 3
Simon Hargrave
Honored Contributor
Solution

Re: How can I execute a windows command from HPUX Machine ?

I assume you mean you want to run a command on a remote Windows machine from a HPUX machine? If so then you will need to install an ssh daemon on the Windows machine to do this.

If you mean you want to run for example explorer.exe then you can't. You may be able to compile WINE (Windows emulator) for HPUX and use this but I wouldn't recommend it.
Pat Lieberg
Valued Contributor

Re: How can I execute a windows command from HPUX Machine ?

Yes, you can run ssh on Windows so you should be able to send whatever commands you need.

Doing a quick google:

http://www.openssh.com/windows.html

and

http://sshwindows.sourceforge.net
Mahesh Kumar Malik
Honored Contributor

Re: How can I execute a windows command from HPUX Machine ?

Hi

Juan

What I know is file systems sharing between hp-ux and Windows. You need CIFS (SAMBA) on unix. Following link may be of help

http://docs.hp.com/en/B8725-90053/ch01s02.html?btnPrev=%AB%A0prev

Regards
Mahesh