Tried to make an exe with par

Hi, i tried to make an binary file for windows using par. i use the command: 'pp -o text.exe test.pl' the content of test.pl is: <--- print "hello world!\n"; <--- because i am using windows xp i also tried <--- print "hello world!\n"; <--- This works on the console with 'perl test.pl' perfect... when executing the command i still get: