Send message by Address IP |
| | | | Submitted on: 11/17/2003 6:32:48 PM
By: alireza
Level: Beginner User Rating:
By 4 Users Compatibility:VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP (Active Server Pages) , VBA MS Access, VBA MS Excel
Users have accessed this article 2380 times. | (About the author) |
| | send a message by Address IP to other computer
(only Windows nt,2000,XP) | |
|
|
Terms of Agreement:
By using this article, you agree to the following terms...
1) You may use
this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame.
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description. | this command is a consol Command;
(only Windows NT,2000,XP 'Network os )
Goto StartMenu>Run
type:
net send 127.0.0.1 "Oh ,This is a message to me"
now, you can send a massage to your frind on network.himself Ip is 192.168.0.2
Net Send 192.168.0.2 "Hello My Frind please Common here,Please"
Net.exe is a service to work in network
you can type net /? and see other parameters
Thank You
arasoft_co@yahoo.com
http://partiasoft.com/
----------goodbye ------------ | |
Other 1 submission(s) by this author
|
|
|
Report Bad Submission |
|
|
Your Vote! |
See Voting Log |
|
Other User Comments |
11/17/2003 8:48:37 PM:Burbble You know, this is the VB section of the
site...
|
11/17/2003 8:49:00 PM:Burbble ...and why are you eating your mouse?
|
11/18/2003 1:22:00 AM:Dondata LOL :o)
|
11/18/2003 6:37:51 AM:x0_8thw erm, lame..
|
11/18/2003 6:50:12 AM: Reported...
|
11/18/2003 8:57:50 AM: and if i want the code???....
|
11/18/2003 10:49:30 AM:Misael Morales Where's the code. He's eating a live
mouse uhhh, don't you have money to buy
food. lol
|
11/18/2003 12:19:51 PM:Nate Bross How does this work with ASP??!! there
isn't even any code!
|
11/18/2003 12:43:52 PM:Michael Fieldness And to disable the net command
misfeature (at least for home
networks), just disable the messenger
service in the administrative tools
section of your control panel. For help
with anything having to do with Windows
XP and 2000 services, go here:
http://www.blkviper.com/
|
11/18/2003 2:30:40 PM:Steve Bibby This is part of the operating
system.???????? and for you that asked
for the code, That was sarcasm right.
|
11/18/2003 3:37:30 PM:Wolf McCloud It is simply calling a dos executable.
Look in your system32 folder, you will
have netsend.exe =P So many newbs out
there.
|
11/18/2003 3:38:09 PM:Wolf McCloud ** net.exe
|
11/18/2003 6:16:18 PM: bah, humbug, junk
|
11/18/2003 7:58:24 PM:Exeat No need to use an IP address either,
just use the computer name. Heh.
|
11/18/2003 10:56:10 PM:Bryant Zadegan for those newbs who have no shiit as to
how it can be incorporated into vb:
type "shell(net send xxx.xxx.xxx.xxx "I
love you!",vbNormalFocus)" w/o the
outside quotes. replace the
xxx.xxx.xxx.xxx with the marks IP
address
|
11/18/2003 10:57:37 PM:Bryant Zadegan oops. change that. its "shell(net send
xxx.xxx.xxx.xxx I love
you!,vbNormalFocus)"
|
11/18/2003 10:58:42 PM:Bryant Zadegan oh yea and please, you need to control
your appetite for computer hardware lol
|
11/19/2003 4:14:14 PM:Mike u okay?
|
11/27/2003 10:28:10 AM:Sjoerd Great code =S.
I've got some great
code myself:
Start, Run, and then
type: ping 127.0.0.1 and then you'll
see if the computer is connected =)
|
|
Add Your Feedback! |
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.
NOTICE: The author of this article has been kind enough to share it with you. If you have a criticism, please state it politely or it will be deleted.
For feedback not related to this particular article, please click here. |
|