http://www.perlmonks.org?node_id=610924


in reply to Re: Windows start /min
in thread Windows start /min

and
$ perl -e 'system("cmd /c start /min notepad") and die $!;'
works with Cygwin's Perl. (But note the required "cmd /c")

Search, Ask, Know