home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / USENET / YARN / PGPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-10-04  |  74 b   |  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.