On Oct 14, 2008, at 9:57 , Octavian Rasnita wrote:
> Hi,
>
> I've created a .exe program with perlapp.exe and I want to run an
> external program in it, however I would like that console not to
> appear.
>
> Now I use:
>
> system("7z x ");
>
> Is there another way of running this command w
Octavian Rasnita wrote:
Hi,
I've created a .exe program with perlapp.exe and I want to run an external
program in it, however I would like that console not to appear.
Now I use:
system("7z x ");
Is there another way of running this command without to appear a dos console?
Try Win32::P
Hi,
I've created a .exe program with perlapp.exe and I want to run an external
program in it, however I would like that console not to appear.
Now I use:
system("7z x ");
Is there another way of running this command without to appear a dos console?
Thank you.
Octavian
__