in reply to ActivePerl
(Side note: you can type the full path to PERL.EXE or set a temporary path at the command line with PATH=%PATH%;C:\PERL\BIN if you do not wish to reboot yet.) At any rate, the paths (places to look for executable files) are separated by semicolons, so just add the path to perl at the end of the final PATH statement in your AUTOEXEC.BAT. In other words, if your AUTOEXEC.BAT looks ike this:
just change the last line to read:@ECHO OFF DOSKEY /INSERT SET TZ=EST5EDT cls Echo Depressing kernel... PATH=C:\WINDOWS;C:\WINDOWS\COMMAND
(or wherever ActivePerl has installed Perl. If you still can't find it, just do a Find on "PERL.EXE")PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PERL\BIN
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: ActivePerl
by TStanley (Canon) on Dec 10, 2000 at 17:58 UTC | |
by Fastolfe (Vicar) on Dec 10, 2000 at 22:22 UTC | |
by turnstep (Parson) on Dec 10, 2000 at 22:50 UTC |