in reply to Re: path for perl
in thread path for perl
Sorry about that improper wordings. Actually C:\perl\bin is added to PATH. Here is the result of "set path"
"C:\perlfiles>set path PATH=C:\Perl\bin;C:\Program Files\java\jdk1.6.0_11\jre\bin;C:\Program Files\DivX \DivX Player\DivX Player.exe; PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH"
Question is when cmd.exe is already set in environment variable "ComSpec", why is it not found by "perldoc" ? Is it supposed to be set in any other environment variable ? If thats the case, then whenever any program is using cmd.exe, it will give the same error, right ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: path for perl
by ELISHEVA (Prior) on Feb 22, 2009 at 08:48 UTC |