home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / pgp / Scripts / PGPview < prev   
Text File  |  1994-05-18  |  516b  |  24 lines

  1. #Script PGP: decrypt article and view in edit window
  2. #
  3. #IF "<pgppath>" = ""
  4. #Error   Cannot decrypt article:   !PGP application has not been seen by the filer"
  5. #ENDIF
  6. #os Dir <ReadNews$TempDir>
  7. #output CreateFile msg
  8. #include %art_file%
  9. #output off
  10. #task split_msg
  11. #task pgp msg/txt -o msg/asc
  12. #output edit
  13. #include msg
  14.  
  15. ----------------------------Decrypted Text Follows---------------------------
  16.  
  17. #include msg/asc
  18. #os remove msg/hdr
  19. #os remove msg/txt
  20. #os remove msg/asc
  21. #os remove msg
  22. #os remove !Auto!
  23. #os Back
  24.