I am running a windows desktop(XP Professional) and connect to a unix solaris machine.
I have a unix shell script that I execute via telnet - like :
telnet server_name
Will enter userid
Will enter password
cd $CARHOME
del_car_reports.ksh
exit
Is there a way to automate this to run on windows. I mean, an icon on the windows desktop which on a double-click
can do the above and exit ? Any ideas or other tricks are appreciated