CFEXECUTE [CF-Talk]

2000-09-20 Thread seth ward
I am trying to PGP-sign a text file so that I can use the signed file in an email. I am accessing PGP 6.5.8 through command line with CFEXECUTE: cfexecute name="e:\pgp\pgp6.5.8\pgp.exe" -u MyUserID arguments="-sta e:\pgptest.txt -z PassPhrase99" outputFile="e:\pgpoutput.txt"

Re: CFEXECUTE [CF-Talk]

2000-09-20 Thread JustinMacCarthy
NT or unix ??? ~Justin - Original Message - From: "seth ward" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 1:02 PM Subject: CFEXECUTE [CF-Talk] I am trying to PGP-sign a text file so that I can use the signed file in an email. I am accessing

RE: CFEXECUTE [CF-Talk]

2000-09-20 Thread seth ward
NT (Win 2000) -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: 20 September 2000 13:01 To: [EMAIL PROTECTED] Subject: Re: CFEXECUTE [CF-Talk] NT or unix ??? ~Justin - Original Message - From: "seth ward" [EMAIL PROTECTED] To: [EMAIL PROTE

Re: CFEXECUTE [CF-Talk]

2000-09-20 Thread JustinMacCarthy
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 1:16 PM Subject: RE: CFEXECUTE [CF-Talk] NT (Win 2000) -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: 20 September 2000 13:01 To: [EMAIL PROTECTED] Subject: Re: CFEXECUTE [CF-Talk]

RE: CFEXECUTE [CF-Talk]

2000-09-20 Thread seth ward
. Cheers. Seth -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: 20 September 2000 13:18 To: [EMAIL PROTECTED] Subject: Re: CFEXECUTE [CF-Talk] Any reason you don't use cfx_pgp tag? I forgot to ask what version of CF it is , the cfexecute tag behavior

RE: CFEXECUTE [CF-Talk]

2000-09-20 Thread seth ward
September 2000 13:18 To: [EMAIL PROTECTED] Subject: Re: CFEXECUTE [CF-Talk] Any reason you don't use cfx_pgp tag? I forgot to ask what version of CF it is , the cfexecute tag behavior is a little strange, I think, but some of that has been fixed with the new service pack and a the upgrades (according

RE: CFEXECUTE [CF-Talk]

2000-09-20 Thread seth ward
! -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: 20 September 2000 14:33 To: seth ward Subject: Re: CFEXECUTE [CF-Talk] cfset command = "e:\pgp\pgp6.5.8\pgp.exe -sta e:\pgptest.txt -z PassPhrase99" CFX_ConsoleCommand command="#Command#&qu

RE: CFEXECUTE [CF-Talk]

2000-09-20 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_01C2_01C02313.D6050D60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit RE: CFEXECUTE [CF-Talk] You may need to execute this from a batch file which is setting the environment

RE: CFEXECUTE [CF-Talk]

2000-09-20 Thread lsellers
Oh dear, I've downloaded commandconsole and I can't find any instructions on usage... do you know the parameters for the program I want to call, the attributes and the output file to send the results to? There's a docs folder supposedly. index.html. (For some reason I put the example page in