> hy guys...,
>
> how can i configure my path in my win2k machine so i can just
> write in the dos terminal c:\perl my_script.pl
>
> i ask to a friend how those win2k works with autoexec.bat file, but he
> told me that this os dosent works with it.

> atte.,

Right click my computer, and sellect properties
      select advanced table
            select Environment variables

In the lower area for SYSTEM variables add the path to perl in the path
statement
If you add ".pl" to pathext you will be able to just type the file name
with no extention to run.

so you would go from:

c:\>c:\perl\bin\perl.exe myprog.pl
to
c:\>myprog

Basil Daoust
Automation Services


_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to