Help for this page

Select Code to Download


  1. or download this
    print system(qq($doscommand > "$logfile"));
    
  2. or download this
    #replace . w/ . if 5.6++
    open(LOG, '>>'. $logfile);
    print LOG qx($doscommand);