> I've just installed Active State Perl on a Windows 95 PC but the
> installation does not appear to have set my path variable properly.  How
do
> you set the path variable from the command line?

it' s a simple environment variable to be defined via 'set' command ...

TK im W:\>echo %PATH%
Z:.;Y:.;X:.;W:.;C:\WINDOWS;C:\WINDOWS\COMMAND;D:\C\BIN;C:\PERL\BIN;D:\BATCH;
C:\N
OVELL\CLIENT32;C:\PROGRA~1\NETWOR~1\MCAFEE~1

TK im W:\>set PATH=c:\temp;%PATH%

(or mention %PATH% at first, depends on the desired search sequence)

TK im W:\>echo %PATH%
C:\TEMP;Z:.;Y:.;X:.;W:.;C:\WINDOWS;C:\WINDOWS\COMMAND;D:\C\BIN;C:\PERL\BIN;D
:\BA
TCH;C:\NOVELL\CLIENT32;C:\PROGRA~1\NETWOR~1\MCAFEE~1

but i guess it makes more sense to add this to autoexec.bat

>Will this interfere with
> my network settings?

it shouldn't, but AFAIK the length is limited to 255 chars, so in case you
have already a considerable ammount of directories, you might loose the last
entry/entries when adding an additional searchpath!

HTH
till


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to