I have a Perl script which starts as an ".exe" (along with my main application)
The job of this perlapp is that it queries how long the application has been open (we have floating license and to free up license we close the main application automatically after 120 mins)
During this process the perlapp which runs in the background invokes another application and it's called system
All works as fine except that the called application via system
pops up in the foreground. I want to run it as "minimized". Is this possible?