For More Deatails Contact Bharat Kumar 9966558648

Saturday, January 29, 2011

Chat with Friends through ms dos Command Prompt

-: Chat with Friends through ms dos Command Prompt :-


1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:

7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:

8) Now all you need to do is type your message and press Enter.
Start Chatting.......!

Enjoy this.............

create files and folders without any name

This trick will allow you to create files and folders without any name.




Just follow the steps as given below :-



1) Select any file or folder.



2) Right click on it, select 'Rename' or simply press 'F2'.



3) Press and hold the 'Alt' key. While holding the Alt key, type numbers '0160' from the numpad.



Note :- Type the numbers '0160' from the numpad, that is, the numbers present on the right side of the keyboard.

Don’t type the numbers which are present on top of the character keys.



4) Press Enter and the nameless file or folder will be created.



Reason :- The file or folder that seems nameless is actually named with a single space.







But what if you want to create another nameless file or folder in the same directory ?

For this you will have to rename the file with 2 spaces.

Just follow the steps given below :-



1) Select file, Press 'F2'.



2) Hold 'Alt' key and type '0160' from the numpad.



3) Release the 'Alt' key. Now without doing anything else, again hold 'Alt' key and type '0160'.



4) Press 'Enter' and you will have second nameless file in the same directory.



5) Repeat step 3 to create as many nameless files or folders in the same directory.



(We have a problem with deleting these folders, to do so, start your computer in 'Safe Mode' and delete it from there.)