in reply to
launch perl app in minimized mode
It won't appear in the task bar, but could you use
Win32::Process::Create
with the
CREATE_NO_WINDOW
option? You can certainly run batch files invisibly with this method.
--
I'd like to be able to assign to an luser
Comment on
Re: launch perl app in minimized mode
Download
Code
In Section
Seekers of Perl Wisdom