Using unix shell script to open Windows cmd prompt
I have to run the commands written in a file on the windows command line. I intend to do this in shell script but cant find a method to open cmd prompt in unix shell script. Need help.
0