Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run a Unix script from windows

Status
Not open for further replies.

cedrichanquez

Programmer
Jun 5, 2003
4
0
0
FR
Hi,
I'd like to write a script on Windows. This script should call another script , on a Unix system. Can someone tell me if it's possible to do that and how I can do.

Thanks
 
You could use expect on windows and have the windows expect script login to the unix box and run the script. The other one that may work (have not tested it). Load UWin (Unix for Windows) on your windows machine, and execute an rsh to the unix machine. .rhosts will have to be setup first and will be able to skip the password authentication.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top