<?xml version="1.0" encoding="windows-1252"?>
<node id="610834" title="Re: Windows start /min" created="2007-04-18 16:14:04" updated="2007-04-18 12:14:04">
<type id="11">
note</type>
<author id="5348">
Corion</author>
<data>
<field name="doctext">
&lt;p&gt;I can't confirm that:&lt;/p&gt;
&lt;c&gt;
perl -le "system('start /min cmd.exe')"
# starts a minimized command window, just as expected
# This is perl, v5.8.5 built for MSWin32-x86-multi-thread
&lt;/c&gt;
&lt;p&gt;So maybe show us your code - you get bonus points if you can reduce it to the following four lines:&lt;/p&gt;
&lt;c&gt;
my $cmd = "..."; # this is the important part you have to supply
print "Trying to launch '$cmd'\n";
system($cmd) == 0
    or warn "Couldn't launch '$cmd': $!/$?";
&lt;/c&gt;</field>
<field name="root_node">
610831</field>
<field name="parent_node">
610831</field>
</data>
</node>
