Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Patrick McGreevy
  Where is Patrick McGreevy?
 Clarksville
 Tennessee - United States
 Patrick McGreevy
 To: coder yogi
  Where is coder yogi?
 Cayman Islands
 Antarctica
 coder yogi
Subject: RE: explanation of netsend program
Thread ID: 179990 Message ID: 180806 # Views: 1 # Ratings: 0
Version: Visual FoxPro 8 Category: General VFP Topics
Date: Sunday, June 29, 2008 2:20:16 AM         
   



> i was trying to understand the netsend code written by Mr. Peter Sass in network monitor project. Can it please be explained what it actually does. I read that it basically is used to inform the admin of any server that can't be reached. But i can't figure that out from the code.
> What i've been able to understand is that netsend username is written to 2 same name files of extensions .dat and .bat. then .dat file is being executed. After that what is fhandle used for?
> If anybody can help. Thanks!
Coder,

Go to the DOS command window. I know, DOS doesn't exist anymore, but this is still what I call the black screen window.

Type "net send?" and it will give you the help you need. You have to be a little careful here, though. You could end up sending to every computer on your LAN!

I was playing with this command about seven years ago. After I sent a message, I was running all around to different offices to see how far it got. Problem was, I was on a world-wide WAN.

Luckily, the security restrictions here stopped the message from leaving the switch in our building. So, I really only sent to 30 computers! Whew!!!!!

Do the same thing for 'net?'

There are a myriad of Net commands out there to use, though I think you will find that most, if not all, have been deleted from Windows Vista.

Pat

ENTIRE THREAD

explanation of netsend program Posted by coder yogi @ 6/24/2008 5:40:57 PM
RE: explanation of netsend program Posted by Christian Tabligan @ 6/25/2008 2:31:47 PM
RE: explanation of netsend program Posted by coder yogi @ 6/25/2008 7:48:48 PM
RE: explanation of netsend program Posted by Jun Tangunan @ 6/26/2008 5:19:08 AM
RE: explanation of netsend program Posted by Samir Ibrahim @ 6/25/2008 9:08:00 PM
RE: explanation of netsend program Posted by Pete Sass @ 6/25/2008 10:58:58 PM
RE: explanation of netsend program Posted by coder yogi @ 7/4/2008 9:09:36 PM
RE: explanation of netsend program Posted by coder yogi @ 7/9/2008 2:44:43 PM
RE: explanation of netsend program Posted by Patrick McGreevy @ 6/29/2008 2:20:16 AM
RE: explanation of netsend program Posted by coder yogi @ 7/9/2008 2:45:41 PM