Monday, 25 June 2018
HOW TO COMMUNICATE WITH OTHER COMPUTERS ON YOUR NETWORK
Communicating with other computers on your network is easy using the command prompt. All you need is your friend's IP address.
1. Open the Notepad
2. Type the following:
@echo off
:start
Cls
echo MESSENGER
set /p n=User:(type the IP address here without the brackets)
set /p m=Message:(enter your message without the brackets)
net send %n%%m%
Pause
Goto :start
3. Now save as AnyName.bat
4. Open the .bat file and type any message you want to send.
5. Message should look like this.
MESSENGER
User: 56. 104. 102. 109
Message: Hi
6. Now press Enter and your message will be sent.
Read also: How to recover files from corrupted flash or memory card
Subscribe to:
Post Comments (Atom)
No comments:
Write comments