Operating System - HP-UX
1832695 Members
2853 Online
110043 Solutions
New Discussion

Run UNIX make script from NT

 
Graham Van der vaart
Frequent Advisor

Run UNIX make script from NT

Hi,
We have developers who work on NT and need to have source code ftp'd to a UNIX server, compiled and the log file ftp'd back to the NT server.(They are not setup on the UNIX box as users)
My senior does not want to use rsh. Is there a rcmd (for example) that works from NT to UNIX
kicked off from a users desktop.
Can I somehow make CScript.exe run against a
UNIX host? Any other ideas?
Or should they telnet to the UNIX machine as a generic user and execute a script to do it?
Regards
Graham
5 REPLIES 5
Olav Baadsvik
Esteemed Contributor

Re: Run UNIX make script from NT



Hi,

Take a look at this link:
http://hpdrdev.fc.hp.com/OpenStudio/index.html

Might be of interest.

Regards
Olav

Bill McNAMARA_1
Honored Contributor

Re: Run UNIX make script from NT

Peter Kloetgen
Esteemed Contributor

Re: Run UNIX make script from NT

Hi Graham,

just a thought....

in Win NT ressource kit there is the possibility to install POSIX shell scripts for Windows for no extra money. Then you can run these shell scripts on your Windows computers.

Allways stay on the bright side of life!

Peter
I'm learning here as well as helping
harry d brown jr
Honored Contributor

Re: Run UNIX make script from NT

Graham,

Your Senior doesn't want to use "rsh", but you must be using either a generic login for FTP or Anonymous FTP. Both of which are greater security issues than rsh, unless you allow anonymous users through a generic account to rsh.

I'd suggest setting up accounts for every single developer! In this day and age we need to be concerned about security, and if we are using generic or anonymous logins, then how the hell do we figure out who did what?

live free or die
harry
Live Free or Die
Stefan Schulz
Honored Contributor

Re: Run UNIX make script from NT

HI,

if you don't want to have something like rsh i would use:

-set up a cronjob on HP-UX which checks for new sources and runs make against them.

or

-set up a user which gets a menu upon logon to run make against a specified source.

In both cases there is no need to install any extra software on your PC's. Which might be what your senior wants.

Hope this helps


Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.