in reply to Re^2: How to set the path of Dmake.exe for Strawberry perl
in thread How to set the path of Dmake.exe for Strawberry perl

I prefer to prepend the Perl directories to the path, so the newly added Perl gets found first, which likely was the intention.

set path=C:\strawberry\perl\bin;%path% set path=C:\strawberry\c\bin;%path%

Replies are listed 'Best First'.
Re^4: How to set the path of Dmake.exe for Strawberry perl
by Anonymous Monk on Sep 17, 2009 at 14:27 UTC