there's a version of CFX_ShellExec or something similar that lets you return
the output in a var.

let me hunt around and see if i can find which tag it was.



-----Original Message-----
From: Russel Madere [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 8:39 AM
To: CF-Talk
Subject: RE: WhoIs tag that returns a variable


It doesn't look like you can.

You can redirect the output to a file and use CFFILE to read it in as a
variable though.

For reasons I would rather not discuss, we want to use a CFX or a DCOM for
this.

What I might do for now is put the CFX_WhoIs call in another template and
use CFHTTP to catch the data as a variable.

============================================================
  Russel Madere, Jr.         Senior Web Developer
  ICQ: 5446158               http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.
============================================================


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 29, 2001 09:52
> To: CF-Talk
> Subject: Re: WhoIs tag that returns a variable
>
>
>
> usage question:
> Can you assign the output of a <cfexecute> to a variable? (i.e., whois,
> nslookup, ping, etc)
>
>
>
>
> "Russel Madere" <[EMAIL PROTECTED]> on 05/29/2001 09:22:05 AM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   CF-Talk <[EMAIL PROTECTED]>
> cc:
>
> Subject:  WhoIs tag that returns a variable
>
>
> Hey all, I need a free WhoIs tag that will return the results as a
> variable,
> not as part of the HTML page.  I looked at Lewis Sellars CFX_TCPIPClient
> tag
> and thought it was too complicated for what I need.  The existing
> CFX_WhoIs
> by Distributed Data System is perfect, except it doesn't return
> the results
> as a variable.
>
> As an alternative, if someone who has written on that returns the HTML
> stream can provide the source, I can modify it myself to return a
> variable.
>
> TIA.
>
> Russel
> ============================================================
>   Russel Madere, Jr.         Senior Web Developer
>   ICQ: 5446158               http://www.TurboSquid.com
>
> Some days you eat the bear; some days the bear eats you.
> ============================================================
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to