At 11:23 AM 15/06/2001 -0700, Crystal Gruetzmacher wrote:
>Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl
>prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't
>working anymore.


In your c:\autoexec.bat file add the following then reboot:

    SET PATH=C:\Perl\bin;

If you have several things to set in the path, place semicolons between 
each entry and keep them all on one line.

Reply via email to