home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / yrn2_090.zip / PGPD.BAT < prev    next >
DOS Batch File  |  1994-10-05  |  74b  |  7 lines

  1. @echo off
  2. del %1.txt >nul
  3. pgp %1 -o %1.txt
  4. pause
  5. more <%1.txt
  6. pause
  7.