home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / agspgp01.zip / PGP.BAT < prev    next >
DOS Batch File  |  1995-05-18  |  1KB  |  36 lines

  1. REM ----------------------------- PGP Server ----------------------------------
  2. REM
  3. REM Read PGPSERVR.DOC before changing this file...
  4.  
  5. REM ---------------------------------------------------------------------------
  6. REM OLDPGP will contain your personnal PGPPATH variable while PGP is used as
  7. REM a server...
  8. REM ---------------------------------------------------------------------------
  9.  
  10. SET OLDPGP=%PGPPATH%
  11.  
  12. REM ---------------------------------------------------------------------------
  13. REM Set here the path to RANDSEED.BIN & PUBRING.PGP... usually the PPE path
  14. REM itself
  15. REM ---------------------------------------------------------------------------
  16.  
  17. SET PGPPATH=C:\PP\PGPSERVR
  18.  
  19. REM ---------------------------------------------------------------------------
  20. REM Change this statement to run PGP from the right directory...
  21. REM ---------------------------------------------------------------------------
  22.  
  23. C:\PGP\PGP.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9 > C:\PP\PGPSERVR\PGP.$$$
  24.  
  25. REM ---------------------------------------------------------------------------
  26. REM This set back the PGPPATH to your personnal PGP directory
  27. REM ---------------------------------------------------------------------------
  28.  
  29. SET PGPPATH=%OLDPGP%
  30.  
  31. REM ---------------------------------------------------------------------------
  32. REM This discard variable OLDPGP
  33. REM ---------------------------------------------------------------------------
  34.  
  35. SET OLDPGP=
  36.