PuTTY scripting to log onto host
问题 I'm using PuTTY to remotely log onto my school's host. Upon logging in, we are required to do these steps: enter username enter password command "add oracle" command "sqlplus" enter username enter password I will be logging into this host a lot over the course of this semester and I was hoping to create a script that would eliminate the redundancy of the above steps. Ignoring the obvious security oversights of having my password in the script, how would I achieve this? I have zero experience