Skip to main content

Posts

Showing posts with the label Command

CHATING WITH YOUR FRIEND BY COMMAND PROMPT

HEAR R THE STEPS>>> 1. All you need is your friends IP address and your Command Prompt. 2. Open your notepad and write tis code as it is.................. I would prefer you to copy this ! @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. Drag this file (.bat file)over to Command Prompt and press enter! 5. You would then see some thing like this: MESSENGER User: 6. After "User" type the IP address of the computer you want to contact. 7. Before you press "Enter" it should look like this: MESSENGER User: IP_Address Message: Hi, How are you ? 8. Now all you need to do is press "Enter", and start chatting ENJOY YOUR SELF......... enjoy Hacking(deepZ)...

6 Windows Command prompt tricks that make life easier

Post Windows 2000 and Windows XP, the use of the Windows Command prompt has been on the decline. Everything that is done on Windows today is done through the graphical user interface. There are still some tasks that are done through the Command prompt, but we aren’t going to discuss about commands available for the Command line. There are plenty of  references  for that. Rather, we are going to find out those tricks that make working on the prompt easier. 1. Copy and Paste Text If you have ever tried to copy and paste stuff into the command prompt window, you must have discovered that Ctrl+C and Ctrl+V doesn’t work. You can however copy text from other applications, right click on the command prompt windows and click Paste. But how do you copy text from the command prompt? There is a strange way to do it. First right-click inside the command prompt window and click on  Mark . The title bar of the window should read Mark Command Prompt.     Now drag a box around the text yo