home *** CD-ROM | disk | FTP | other *** search
- #Script PGP: decrypt article and view in edit window
- #
- #IF "<pgppath>" = ""
- #Error Cannot decrypt article: !PGP application has not been seen by the filer"
- #ENDIF
- #os Dir <ReadNews$TempDir>
- #output CreateFile msg
- #include %art_file%
- #output off
- #task split_msg
- #task pgp msg/txt -o msg/asc
- #output edit
- #include msg
-
- ----------------------------Decrypted Text Follows---------------------------
-
- #include msg/asc
- #os remove msg/hdr
- #os remove msg/txt
- #os remove msg/asc
- #os remove msg
- #os remove !Auto!
- #os Back
-