<form action="netsend.cfm" method="post">
IP: <input type="text" name="ip"><br>
MSG: <input type="text" name="msg">
<input type="submit" name="submitit" value=" Bug em">
</form>
<br>
<cfif isdefined('form.ip')>
        <cfexecute name="c:\windows\system32\cmd.exe" arguments="/c net send
#form.ip# #form.msg#"></cfexecute>
</cfif>



-----Original Message-----
From: Claremont, Timothy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 04, 2005 11:16 AM
To: CF-Talk
Subject: Interface for Net Send

I am trying to build a simple interface so that I can use the dos Net
Send command to immediately send a message to an end user. Has anyone on
the list done this already so I am not reinventing the whee?

CF 6.1, W2K3

Thanks
Tim
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it
from your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**********************************************************************




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205621
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to