我正在尝试通过批处理文件加载我的服务器数据来打开腻子。
我尝试过,但没有效果;然而,当我进入 \PuTTY 时,它却能工作。start "OVH" "C:\Program Files (x86)\PuTTY\putty.exe -ssh [email protected] -pw password"
putty.exe -ssh [email protected] -pw password
纠正我的语法最简单、最快、最直接的方法是什么?
答案1
编辑“OVH.bat”为:
start "C:\Program Files (x86)\PuTTY\putty.exe" -ssh [email protected] -pw password"
C:\Program Files (x86)\PuTTY\putty.exe
它使用参数启动程序。-ssh [email protected] -pw password