-2

I have some daily performed unix scripts like (cd,ls, etc...) to run on a remote server from putty.Basically I need to automate my daily tasks. Can anyone suggest me which is the best way to write the scripts.

sah
  • 23
  • 2

1 Answers1

0

You can use Plink it is in the putty collection (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)

For more details see this thread putty from a batch file and a script?

Community
  • 1
  • 1
ralf htp
  • 9,149
  • 4
  • 22
  • 34