Launch External Process GPG Code

Lutz Epperlein (2/5/10 9:08AM)
Peter Bozek (2/5/10 4:38PM)
Bruno LEGAY (2/5/10 6:36PM)


Lutz Epperlein (2/5/10 9:08 AM)

Don't use Make Unix Path Name on the whole command line but only on the
doument path, like this:

color><param>00000,08CF,D8CC/param>$$document:=Select
document("";"";"Select Document to Encrypt";Multiple files
)
/color>
$callString:=Make Unix Path Name ($document)

color><param>00000,08CF,D8CC/param>$$callString:="/bin/sh -c gpg -e -u
"+Char(34)+$user+Char(34)+" -r
"+Char(34)+$receiver+Char(34)+" /"+$document

LAUNCH EXTERNAL PROCESS($CallString;$in;$out;$error)
/color>
--
Lutz Epperlein                     
     ICQ 357452375
Intranetz - Gesellschaft für Informationslogistik mbH
Berlin
Germany

Peter Bozek (2/5/10 4:38 PM)

On Thu, Feb 4, 2010 at 8:49 PM, Jim S. <jims@... wrote:

color><param>00000,08CF,D8CC/param>$$callString:="/bin/sh -c gpg -e -u
"+Char(34)+$user+Char(34)+" -r
"+Char(34)+$receiver+Char(34)+" /"+$document

$callString:=Make Unix Path Name ($callString)

LAUNCH EXTERNAL PROCESS($CallString;$in;$out;$error)
/color>
Apply Make Unix Path Name only on $document, not on $callString.

Check the $callString passed to LEP, copy and paste it to Terminal and
try to execute it there, the problems may become obvious.

--
Peter Bozek

Bruno LEGAY (2/5/10 6:36 PM)

Hi,

Send us/me the terminal line, I'll have a look.

Bruno

Reply to this message

Summary created 2/5/10 at 1:22PM by Intellex Corporation

Comments welcome at: feedback@intellexcorp.com