#backticks using start
my $rv = `start exceed.exe`; #system using the 1 option system( 1, "exceed.exe" );