Help for this page
Can't spawn "cmd.exe": No error at file.pm line xxx.
$cstring = $vc6cmd . " " . $project . " " . $cargs; @cmd = ("$cstring"); ... $self->trace("--- $cstring\n"); @cmd = ("$cstring"); $status = system("@cmd 1>>$logfile 2>&1");