출처: https://documentation.help/PuTTY/plink-starting.html
Plink is a command line application. This means that you cannot just double-click on its icon to run it and instead you have to bring up a console window. In Windows 95, 98, and ME, this is called an ‘MS-DOS Prompt’, and in Windows NT, 2000, and XP, it is called a ‘Command Prompt’. It should be available from the Programs section of your Start Menu.
In order to use Plink, the file plink.exe will need either to be on your PATH or in your current directory. To add the directory containing Plink to your PATH environment variable, type into the console window:
set PATH=C:\path\to\putty\directory;%PATH%
This will only work for the lifetime of that particular console window. To set your PATH more permanently on Windows NT, 2000, and XP, use the Environment tab of the System Control Panel. On Windows 95, 98, and ME, you will need to edit your AUTOEXEC.BAT to include a set command like the one above.
'컴퓨터 활용(한글, 오피스 등) > 기타' 카테고리의 다른 글
CEDET란? (2) | 2023.12.06 |
---|---|
Emacs를 위한 자바 개발 환경 (JDEE) (0) | 2023.12.06 |
Emacs Tramp ssh (1) | 2023.12.06 |
nslookup 으로 도메인 ip 조회 하기 (0) | 2023.11.27 |
Virtualbox 네트워크 설정 다했는데 인터넷이 안될때 (1) | 2023.11.26 |