我正在嘗試使用透過批次檔載入的伺服器資料來開啟膩子。
我嘗試過,但沒有成功;然而,當我去 \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