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

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

Replies are listed 'Best First'.
Re^3: How to set the path of Dmake.exe for Strawberry perl
by Corion (Patriarch) on Sep 17, 2009 at 10:29 UTC

    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%