recent posts

How to create Matrix, How to make chat with command prompt.

How to create Matrix, How to make chat with command prompt.

Today I'am teaching you how to create Matrix on PC,
First of All Go to Note Pad

Then Copy This code.

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
go to start
and paste this in Notepad
and Save this as "Metrix.bat" don't forget to use ".bat"

and then Open It. 


How to Create Messenger Using Command Prompt.
This Messenger allow you to message any one using IP address of Person which you want to message them.

So, Let's Go..
First of All go to Notepad
Copy this code.
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
and paste it in.
and Save this as "Messenger.bat" Don't forget to use ".bat" 

if Messenger not working properly then Try this method.
Step by Step..

Steps

1. Open notepad then type:
@ echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


2. When you're finished, click on file, save as, then save it as messenger.bat.

3. Go to control panel (make sure you are in Classic View). Click on "administrative tools", then click on "services".

4. Now find the "messenger" service in the list on the right, then open it. You'll see "startup type" which should be disabled, so click on that and select "manual".

5. Now press the start button in the upper right hand corner of the window (not the green start button), and click apply.

6. Next, do the same procedure on the remote computer. Until this service is activated on that PC, or you won't be able to use this!


7. Now click on the messenger file you made. Since it is a batch file it will open with cmd (command prompt). It should show "MESSENGER" at the top and "User:" below that. Type the IP address of the remote computer. If it is in the network, then when you type the message next, it should send it to them. It will be likewise on the other computer. There you got it!

ABOUT THE AUTHOR

Ceyron Louis

A web designer + Freelancer and SEO Expert. This is my Blog and here you can see Some facts and Tricks. I Love to share Information About Cyber Technology

0 comments:

Post a Comment