在plink.exe中运行多个命令

时间:2019-01-16 17:38:26

标签: batch-file aix plink

我需要使用plink.exe和批处理文件在远程AIX服务器中运行多个命令。

我目前有这样的批处理文件:

plink.exe -pw pass user@xxx.xxx.xxx.xxx
cd /home/data/test
rm logs/*%1.*
rm Imp_%1.log
sqlplus user/pass @do_stuff.sql 001 %1 YES
sh do_stuff.sh %1

当我运行它时,返回以下错误:

  

“路径名中的文件或目录不存在”

当我在命令提示符下尝试上述各行时,它们可以正常运行。

运行所有命令的最佳方法是什么?

0 个答案:

没有答案