in reply to Re^4: Examples of PAR on windows
in thread Examples of PAR on windows

I did install it. I can see it in ppm.

The file 'pp.bat' should therefore be in your perl/bin folder. Is it there ?
If so, then you just need to add to your perl/bin folder to the path by running:
set PATH=C:\perl\bin;%PATH%
(I'm assuming that your perl is in 'C:/perl/bin' - otherwise modify accordingly.)

If, otoh, 'pp.bat' is not in your perl/bin folder, then that's the problem ... the installation did not proceed correctly. Try installing it again (you might first have to run 'ppm remove PAR'), and if that doesn't work, tell us what your 'perl -v' outputs and also which ppm repository is providing this troublesome PAR package.

Cheers,
Rob

Replies are listed 'Best First'.
Re^6: Examples of PAR on windows
by adaykin31 (Novice) on Feb 28, 2008 at 18:07 UTC
    I had PAR, but I didn't have PAR Packager, so I had to dl Packager via PPM. I was able to get it to work now, thanks a lot!