home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Mail+News
/
AmigaElm
/
c
/
DecryptMsg_old
< prev
next >
Wrap
AmigaDOS Script File
|
1994-06-22
|
570b
|
23 lines
.KEY cryptfile/A
.BRA {
.KET }
;
; This is just an example...
;
; do something with the message, e.g. decrypt it, and redirect
; input/output to actual screen (Elm's screen) for passwort prompts etc.
;
;Copy <>"CON:////IO-Window/CLOSE/AUTO/WAIT/SCREEN`GetActScreen`" "{cryptfile}" T:AmiElm-Decrypted.Txt-$process
PGPMore <"{cryptfile}" >T:AmiElm-Decrypted.Txt-$process
; and now display it with a text viewer
;
MultiView PUBSCREEN="`GetActScreen`" T:AmiElm-Decrypted.Txt-$process
; get rid of our temporary file
;
Delete T:AmiElm-Decrypted.Txt-$process QUIET FORCE