运行 .bat 文件,启动 putty 并在远程调用 .sh

运行 .bat 文件,启动 putty 并在远程调用 .sh

.bat在我的电脑上写了一个文件:

putty -load <remote-name> -l <user> -pw <password> -m C:\path\shell.txt

shell.txt我的电脑上:

path/shell.sh

shell.sh文件位于远程计算机上,.bat从我的计算机的 cmd 运行该文件后,我想.sh通过 putty 运行此文件,但它不起作用,我找不到问题所在。谢谢你的回答!

相关内容