in reply to How to hide the command prompt open duing the execution of system command?

The PAR-Packager documentation says to add the -g switch to your command line.

Update: Oh, I see... the cmd window is coming from the system command in your (compiled) perl script.

Use Win32::Process::Create().

-David