Re: Question on SET PATH

From: Sisyphus (kalinaubears_at_iinet.net.au)
Date: 12/30/03


Date: Tue, 30 Dec 2003 13:36:28 +1100

Dan wrote:
> I'm new to Perl and trying to figure out how to execute straight from
> the C:\ prompt of the DOS window. Currently i have to be in the
> C:\Perl\Bin directory to run a script. How can i use the SET PATH
> command to run the scripts straight from the C prompt. Thanks !!

set path=C:\Perl\bin;%path%

Cheers,
Rob

-- 
To reply by email u have to take out the u in kalinaubears.


Relevant Pages

  • Question on SET PATH
    ... I'm new to Perl and trying to figure out how to execute straight from ... the C:\ prompt of the DOS window. ... command to run the scripts straight from the C prompt. ...
    (comp.lang.perl.misc)
  • Re: Question on SET PATH
    ... >I'm new to Perl and trying to figure out how to execute straight from ... >the C:\ prompt of the DOS window. ... >command to run the scripts straight from the C prompt. ...
    (comp.lang.perl.misc)