home *** CD-ROM | disk | FTP | other *** search
-
- REM ---------------------------------------------------------------------------
- REM ENCRYPT YOUR MAIL AUTOMATICALLY BY BO BENDTSEN (C) 1996
- REM ---------------------------------------------------------------------------
-
- REM
- REM This file could be used when you have agreed sending encrypted files
- REM Please note that you should check your unpacker and decryption program
- REM for error-handling.
- REM
-
- Set Inbound=K:\BBS\IN
-
- If Exist %Inbound%\PACK01.ZIP Goto Unpack01
-
- :TossMail
- K:
- Cd \BBS\GECHO
- Gecho Toss Scan Pack
- Goto End
-
- REM
- REM First we unpack using our archive password. Then we decrypt the files
- REM and process with normal tossing.
- REM
-
- :Unpack01
- Pkunzip -ed -o -sPASSWORD PACK01.ZIP 3C4EA0E4.*
- for %a in (3C4EA0E4.*) do PGP -d -p %%a
- Goto TossMail
-
- :End
-
- Set Inbound=
-
-