home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / READERS / YRN2_068 / PGPD.BAT < prev    next >
DOS Batch File  |  1994-05-04  |  61b  |  6 lines

  1. @echo off
  2. del %1.txt
  3. pgp %1 -o %1.txt
  4. pause
  5. list %1.txt
  6.