in reply to can I move an installled Perl build?

Hi,

I have a Perl installation on a flash drive ( Windows ActiveState ) which was actually created on the C drive of a Windows XP machine and copied onto the flash drive.

When I get to where I am going to use it I run a bat file containing :

SET PATH=%PATH%;%1:\Perl;%1:\Perl\BIN;%1

like this : setpath drive_letter

I haveto do this because they don't like people changing the Path using the Windows solution.

This works fine for me on XP and w7.

J.C.