배치 파일을 통해 로드된 서버 데이터로 퍼티를 열려고 합니다.
시도했지만 작동하지 않았습니다. 그러나 \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