标签: batch-file putty
我试图通过以下命令从putty执行文本文件中的命令。
putty.exe -ssh domain -l loginname "myProfile" -pw password -m D:\test\myremotecommands.txt
其中一个命令应打开文件并将文件保存到其他文本文件中,如下所述
vi test.txt :wq demo.txt
但是当我尝试执行它时会打开文件而无法关闭它。 我可以知道关闭文件的命令(通过更改vi编辑器的模式)。
vi