IB2017 has asked for the wisdom of the Perl Monks concerning the following question:
Dear monks
I recently moved from PerlApp to PAR/pp in order to package a GUI tool into an executable for Windows (.exe). I suppress the Shell with the option -g. This works fine. However, the application needs to start other .exe (non Perl) to perform some tasks. To do so I use system. Now my problem: This operation opens a Shell for the time the .exe is executed. How can I suppress this Shell? With my old packager, there was -automatically - no Shell displayed when I called system. Any ideas?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: pp hide gui system call
by beech (Parson) on Aug 25, 2018 at 00:50 UTC | |
by IB2017 (Pilgrim) on Aug 25, 2018 at 07:51 UTC | |
by marto (Cardinal) on Aug 25, 2018 at 17:37 UTC | |
by IB2017 (Pilgrim) on Aug 26, 2018 at 08:34 UTC | |
by beech (Parson) on Aug 25, 2018 at 19:21 UTC | |
by IB2017 (Pilgrim) on Aug 26, 2018 at 07:46 UTC | |
by beech (Parson) on Aug 27, 2018 at 06:15 UTC | |
by marto (Cardinal) on Aug 26, 2018 at 08:41 UTC | |
by FreeBeerReekingMonk (Deacon) on Aug 25, 2018 at 16:21 UTC |