Help for this page

Select Code to Download


  1. or download this
    return not Execute($cmd);
  2. or download this
    $txt = `$cmd 2>&1`;
    print $txt;