home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / lynx2_8.zip / prt.cmd < prev    next >
OS/2 REXX Batch file  |  1997-05-20  |  120b  |  7 lines

  1. /* Rexx */
  2. parse arg filename
  3. '@echo off'
  4. '@cp' filename 'tempfile.prn'
  5. '@print tempfile.prn'
  6. '@del tempfile.prn'
  7.