home *** CD-ROM | disk | FTP | other *** search
- .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:decrypt.txt
- PGPMore <{cryptfile} >t:decrypt.txt
-
- ; and now display it with a text viewer
- ;
- MultiView PUBSCREEN="`GetActScreen`" T:decrypt.txt
-
- ; get rid of our temporary file
- ;
- Delete T:decrypt.txt QUIET FORCE
-
-