This is a multi-part message in MIME format.
--------------E6E02FE204B286EA6F976EC8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Howdy, folks --

For those of you who took time to think about my problem (how to include
an ampersand on the NT command line, so that I can pass (via the
QUERY_STRING environment variable) a whole list of parameters to a CF
template being run by a command-line invocation of CFML.EXE), thanks
anyway, but I finally found the answer buried in Microsoft's knowledge
base.

Since the ampersand separates multiple commands on the NT command line,
I knew there had to be some way to "escape" the character, but nothing I
tried worked.

Turns out the escape character simply is the caret (^), which is also
used to transform A through Z into Control-A through Control-Z.

Thus:

SET QUERY_STRING=one=1^&two=2

will get you

QUERY_STRING=one=1&two=2

Thanks again.

-- LBA


--------------E6E02FE204B286EA6F976EC8
Content-Type: text/x-vcard; charset=us-ascii;
 name="afrinl.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Lawrence B. Afrin, M.D.
Content-Disposition: attachment;
 filename="afrinl.vcf"

begin:vcard 
n:Afrin, M.D.;Lawrence
tel;fax:843-792-3200
tel;work:843-792-4271
x-mozilla-html:FALSE
org:Hollings Cancer Center and the Division of Hematology/Oncology, Medical University 
of South Carolina
version:2.1
email;internet:[EMAIL PROTECTED]
title:Assistant Professor of Medicine
adr;quoted-printable:;;Division of Hematology/Oncology, CSB903=0D=0AP.O. Box 250623, 
96 Jonathan Lucas Street;Charleston;SC;29425;USA
x-mozilla-cpt:;0
fn:Afrin, M.D., Lawrence
end:vcard

--------------E6E02FE204B286EA6F976EC8--

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to