I am ratnam.I have a question on Unix.I want to run unix script from windows batch file that will connect automatically to unix with uname and password..Can anybody help me how I can wirte the script file

Showing Answers 1 - 1 of 1 Answers

bmvbab

  • Oct 30th, 2006
 

If you are looking at connecting to a *nix machine from windows then you can very well use a windows batch file. The latest windows scripting package provides pretty powerful tools similar to *nix scripting.Or you can try installing Cygwin which will provide the windows port of *nix tools that are usually used in *nix scripts.But if you are running it from windows then the best one would be to write a windows batch file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions