| Forum |
|
|||||||
| Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
HELP AND SUPPORT
Join Date: Jun 2006
Posts: 1,595
|
If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! All you need is your friends IP address and Command Prompt. Firstly, open Notepad and enter: @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see: MESSENGER User: After "User" type the IP address of the computer you want to contact. After this, you should see this: Message: Now type in the message you wish to send. Before you press "Enter" it should look like this: MESSENGER User: 56.108.104.107 Message: Hi Now all you need to do is press "Enter", and start chatting! |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Wise Old Crow
Join Date: Apr 2005
Location: Inside the Pixel
Posts: 1,227
|
I was initially confused with ur thread title.
But this only works for those having static IP address. Did you actually test this? I mean how does the other person know of your message? Thanks anyway for the post. I need to try this. |
|
|
|
|
#3 (permalink) |
|
>:)I-):(|)8-X
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,512
|
WOW i didnt know the this was possible
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps UL |
|
|
|
|
#4 (permalink) |
|
In The Zone
Join Date: May 2005
Location: If I had a webcam u could have seen me, before your eyes.
Posts: 459
|
but how will the other person know that i wanna chat with him??
__________________
Searching for dell studio 15 ?? dell studio 15 review @ my blog vandit007.blogspot.com And remember the stylus that comes along with the touchscreens isnt meant for cleaning your ears !! |
|
|
|
|
#5 (permalink) |
|
Hey here is the aks
Join Date: Jan 2006
Location: punjab
Posts: 801
|
but rubbish..
u just changed the way of using net send command . the syntax is net send "ip address or workgroup name" "message" just type above statement with ur dstination ip and message and press enter,.. u have to type just two additional words net and send in addition to ip adress and message.. U can also use * in place of ip address if wanna send same msg to everybody on network. |
|
|
|
|
#7 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
it works for u as u are in postal dep of usa can have a static ip but its not pratical in india as few have static ip rest ppl ip chages every time the connect.
anyways a good find Last edited by gary4gar; 12-07-2006 at 09:16 AM. |
|
|
|
|
#8 (permalink) |
|
Apprentice
Join Date: May 2004
Location: close to mah pc
Posts: 55
|
I am getting an error saying that SEND is not a valid net command ....
I am using Win98... Will it work on it?? Please reply
__________________
http://www.danasoft.com/sig/9725273192.jpg |
|
|
|
|
#9 (permalink) |
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,995
|
Net Send works on Nt machines .. Plus this will work only if the Messenger service (Services.msc) is not disabled .. This is the first service that is blocked by network administrators to manage bandwidth.
Most of us use IP Messenger for chatting on the Lan ..
__________________
Sleight of hand and twist of fate... On a bed of nails she makes me wait... And I wait without you ... With or without you .. ---- Batty = Too Busy Now !!! |
|
|
|
|
#10 (permalink) |
|
HELP AND SUPPORT
Join Date: Jun 2006
Posts: 1,595
|
Looks like this thread has a lot of questions...Let me answer it
1.Works only for static IP address. 2.Works in win98,win 2000,win xp[according to my test] 3.Use the instructions of it_waaznt_me to work at any errors occuring to you |
|
|
|
|
#11 (permalink) |
|
In The Zone
Join Date: May 2004
Posts: 221
|
Well ... heres is version 1.1 ;0
This avoids the repetitive entry of the IP address: @echo off echo MESSENGER set /p n=User: :A Cls set /p m=Message to user %n%: net send %n% %m% Pause Goto A This stuff is more useful in a LAN/Intranet system.
__________________
My time machine will take you one hour into the future in only sixty minutes! |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|