こんばんは、よろしくお願いします。

現在xampp1.7.1を使用しております。そこでpearのインストールを以下の手順で行いました。

①http://pear.php.net/go-pear.phar ← このURLを右クリックでPEARフォルダに保存。
②include_path = ".;C:\xampp\php\PEAR\" ← php.iniのpearフォルダのパスを大文字に
③go-pear.batファイルをダブルクリックすると以下のように出てきました。

Are you installing a system-wide PEAR or a local copy?
(system|local) [system] :←[Enter]を押す

Below is a suggested file layout for your new PEAR installation. To
change individual locations, type the number in front of the
directory. Type 'all' to change all of them or simply press Enter to
accept these locations.

1. Installation base ($prefix) : C:\xampp\php
2. Temporary directory for processing : C:\xampp\php\tmp
3. Temporary directory for downloads : C:\xampp\php\tmp
4. Binaries directory : C:\xampp\php
5. PHP code directory ($php_dir) : C:\xampp\php\pear
6. Documentation directory : C:\xampp\php\docs
7. Data directory : C:\xampp\php\data
8. User-modifiable configuration files directory : C:\xampp\php\cfg
9. Public Web Files directory : C:\xampp\php\www
10. Tests directory : C:\xampp\php\tests
11. Name of configuration file : C:\WINDOWS\pear.ini
12. Path to CLI php.exe :

1-12, 'all' or Enter to continue:

ここで、12番の「Path to CLI php.exe : 」のパスが表示されず、先へ進めません :(
どなたか対応を知っていらっしゃる方がいれば、お願いいたします。