PDA

View Full Version : NETSEND -- Not for evil


A1ien51
01-28-2004, 06:21 PM
Okay,

I have a requirement of NETSEND for a INTRANET application.

I can do this in .NET, but I was hoping that someone would know a way to do it with regular old ASP.

Roy Sinclair
01-28-2004, 06:44 PM
You should be able to use the WScript.Shell object to execute a NET SEND command.

A1ien51
01-28-2004, 06:52 PM
Thank You,

I found what I was looking for!!!

made my day easier!!

glenngv
01-29-2004, 01:52 AM
I used ASPExec (http://www.serverobjects.com/products.htm#free) component to execute DOS commands such as ping, net, nbtstat, etc. I created a NET SEND web app that can display domains, computers and their descriptions. I attached a screenshot for you to see. ;)

David2005
05-07-2004, 12:44 AM
I tried Messages Sender (http://www.themobiweb.com/en/MessagesSender.html) it's a really effecient windows tool based on netsend with many advanced functionalities. When downloading it from the site, you can ask for the source.

Bye
David

simonjg
05-07-2004, 05:07 PM
Hi,

Does anyone know how to customise the net send to a much larger popup with possibly some html/flash in it? I have a basic script that can sedn the messages but want a large, more customizable popup

Roy Sinclair
05-07-2004, 05:26 PM
Netsend is text only.