home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / ozpke10c.zip / NEWPUB.BAT < prev    next >
DOS Batch File  |  1993-09-03  |  190b  |  8 lines

  1. @echo off
  2. rem This batch file adds new Public Key to PGP's PUBRING.PGP file.
  3. rem Adapt paths as required.
  4. rem
  5. c:\pgp\pgp.exe -ka g:\temp\mail.pgp c:\pgp\pubring
  6. del g:\temp\mail.pgp
  7.  
  8.