home *** CD-ROM | disk | FTP | other *** search
- REM ----------------------------- PGP Server ----------------------------------
- REM
- REM Read PGPSERVR.DOC before changing this file...
-
- REM ---------------------------------------------------------------------------
- REM OLDPGP will contain your personnal PGPPATH variable while PGP is used as
- REM a server...
- REM ---------------------------------------------------------------------------
-
- SET OLDPGP=%PGPPATH%
-
- REM ---------------------------------------------------------------------------
- REM Set here the path to RANDSEED.BIN & PUBRING.PGP... usually the PPE path
- REM itself
- REM ---------------------------------------------------------------------------
-
- SET PGPPATH=C:\PP\PGPSERVR
-
- REM ---------------------------------------------------------------------------
- REM Change this statement to run PGP from the right directory...
- REM ---------------------------------------------------------------------------
-
- C:\PGP\PGP.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9 > C:\PP\PGPSERVR\PGP.$$$
-
- REM ---------------------------------------------------------------------------
- REM This set back the PGPPATH to your personnal PGP directory
- REM ---------------------------------------------------------------------------
-
- SET PGPPATH=%OLDPGP%
-
- REM ---------------------------------------------------------------------------
- REM This discard variable OLDPGP
- REM ---------------------------------------------------------------------------
-
- SET OLDPGP=
-