ColdFusion executes on the SERVER.  Are you trying to START a program on 
the CLIENT?

One way would be to build a TSR on the CLIENT that waits for TCP/IP/UDP 
commands from a COM object on the SERVER, but then you're faced with all 
sorts of remote security issues...

The short answer to your question is NO.  But actually, if you're just 
trying to execute a program that is already on the client's computer, you 
could always have them download a batch file and run that; could be a 1k 
download...

?

--B][A / [EMAIL PROTECTED]

At 02:36 PM 1/5/2001 -0500, you wrote:
>Is there a way to activate a program on a client machine using CF in an
>extranet environment? I know this can't be done with VBScript or JavaScript
>due to security concerns. Can it be done with CF if the person using the
>client machine is willing?
>
>Thanks,
>
>Sender
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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