home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
pgp
/
Scripts
/
PGPsign
< prev
next >
Wrap
Text File
|
1994-05-18
|
592b
|
26 lines
#Script PGP: sign clear-text posting
#
# Doesn't matter where you put the pgppath error test, the dialogue box
# pops up. Aaarrrgh!
#IF "<pgppath>" = ""
#Error Cannot sign posting: !PGP application has not been seen by the filer"
#ENDIF
#arg Posting:
#IF "%0%"=""
#Error Please drag a posting onto the field
#EndIf
#os copy %0% <ReadNews$TempDir>.msg ~c~v
#
#os Dir <ReadNews$TempDir>
#task split_msg
#task pgp -sta +clearsig=on msg/txt
#output post
#include msg/hdr
#include msg/asc
#os remove msg/hdr
#os remove msg/txt
#os remove msg/asc
#os remove msg
#os remove RNTemp
#os Back