我想在远程登录后运行 sqlplus,我该怎么做?
我在用着:
wshShell.Run "C:\putty.exe -t -ssh -l someuser -pw pass -m c:remote.cmd 10.100.5.70"
内容c:remote.cmd
cd /home/someuser;./run_script.sh;echo;echo 'Press any key to continue......';read var;exit;
我需要从远程 ENV 中提取,但是 notty 选项阻止了这一点。