Help for this page

Select Code to Download


  1. or download this
    $args[0] = $rootpath."/jre/bin/java";
    $args[1] = " -jar \"".$rootpath."/temp/abc.jar\"";
    $args[2] = " INP=\"".$inputfilename."\"";
    $args[3] = " OUT=\"".$outputfilename."\"";
    system(@args);
    
  2. or download this
    my $command = "@args";
    $output = `$command`;