(PuTTYユーザマニュアルの日本語訳) 7.1 Plinkを始める - 7.1 Starting Plink

http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter7.html#plink-startingの日本語訳
「5.1 PSCPを始める」とほとんど同じ内容。<< 7章: コマンドライン接続ツールPlinkを使う - 目次に戻る - 7.2 Plinkを使う >>

訳文

Plinkコマンドラインのアプリケーションです。つまり、アイコンをダブルクリックして起動するのではなく、コンソールウィンドウを立ち上げる必要があります。Windows 95、98とMEでは、「MS-DOS プロンプト」で、WindowsNT、2000とXPでは「コマンドプロンプト」です。スタートメニューのプログラムセクションから使えるはずです。

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.

Plinkを使うためには、ファイルplink.exeがPATHかカレントディレクトリのどちらかに存在する必要があります。PATH環境変数Plinkのあるディレクトリを追加するには、コンソールウィンドウで以下を入力します:

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%

これはコンソールウィンドウが生きている間だけ効果があります。Windows NT、2000とXPでPATHを永久にセットされたまにするには、システム・コントロールパネルの環境タブを使います。Windows 95、98とMEでは、AUTOEXEC.BATを編集して上記のsetコマンドを追加する必要があります。

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.

<< 7章: コマンドライン接続ツールPlinkを使う - 目次に戻る - 7.2 Plinkを使う >>