who do i run/execute a unix shell(ksh) script which isaved on my Windows Xp desktop?
I have script saved on my desktop and I am using putty to remote log in and run my script. How do send the script in the unix box and run the script form there.
Thanks
If you can connect via putty (ssh), you can copy your script via scp. WinSCP is a fine, (Windows) user friendly client. Try that.