Help for this page

Select Code to Download


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