Help for this page

Select Code to Download


  1. or download this
    system('cd C:\\ABC\\');
    system('pdftotext -layout R1.pdf');
    
  2. or download this
    perl -wE "system('cd .. & dir');"
    #                 Note: ^