81⟩ I want to run UNIX script from windows batch file that will connect automatically to UNIX with username and password. Can anybody help me how I can write the script file?
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.