cmd /c pp -v -g -o xxxxx.exe xxxxx.pl perl -e "use Win32::Exe; $exe = Win32::Exe->new('xxxxx.exe'); $exe->set_single_group_icon('xxxxx.ico'); $exe->write;"