Help for this page

Select Code to Download


  1. or download this
    $file = "/Users/me/Desktop/test.txt";
    $printer = "HP_DESKJET_930C";
    system ("lp -d $printer $file");
    
  2. or download this
    $file = "/Users/me/Desktop/test.xls";
    $printer = "HP_DESKJET_930C";
    system ("lp -d $printer $file");
    
  3. or download this
    $file = "/Users/me/Desktop/test.xls";
    $printer = "HP_DESKJET_930C";
    if (system ("open $file")) {
     system ("lp -d $printer $file"); }