Re: [perl-win32-gui-users] execute system command

2006-06-04 Thread tinti
Thanks for your great answer, this is the way I couldn't explain it in my post, I didn't find the correct words. I found another great working code: BEGIN { Win32::SetChildShowWindow(0) if defined &Win32::SetChildShowWindow } This is doing exactly what I need. The text was written by Jan Kr

Re: [perl-win32-gui-users] execute system command

2006-06-04 Thread Sean Healy
On Sun, 04 Jun 2006 11:06:40 -0600, tinti <[EMAIL PROTECTED]> wrote: I have a problem when executing a command file (.cmd) in perl using win32-gui. When I am running my script with perl -w file.pl everything works fine but as soon as I am building an .exe file using: pp --gui -I lib -c -i lib\fa

[perl-win32-gui-users] execute system command

2006-06-04 Thread tinti
Hi all, I have a problem when executing a command file (.cmd) in perl using win32-gui. When I am running my script with perl -w file.pl everything works fine but as soon as I am building an .exe file using: pp --gui -I lib -c -i lib\favicon.ico -o file.exe file.pl my program is running all .cmd