Chat in MS-DOS using IP address


SUBMITTED BY: Guest

DATE: June 2, 2014, 4:06 a.m.

FORMAT: HTML

SIZE: 2.1 kB

HITS: 1123

  1. _()_
  2. {____}
  3. {____}
  4. | || |
  5. / || \
  6. /` ~~ `\
  7. | |
  8. \ /
  9. '._ _.'
  10. ````
  11. You can try this in your school or college systems(it should be networked systems).
  12. Step 1:
  13. Get the ip address of your friend's system.
  14. if you are using college or school system,then ip address will be in particular range.
  15. Step 2:
  16. copy the following Batch code in notepad:
  17. @echo off
  18. :A
  19. Cls
  20. echo TypeIPAddress
  21. set /p n=IPAddress:
  22. set /p m=Message:
  23. net send %n% %m%
  24. Pause
  25. Goto A
  26. Save the file with .bat extension(For Eg: message.bat)
  27. Step 3:
  28. Open command prompt and navigate to that batch file location.
  29. open the file in notepad.
  30. If you don't know how to move to that path,simply drog and drop in cmd.Then hit enter.
  31. Step 4:
  32. Now it will ask you for the IPAddress.
  33. Enter the IP address which you want to send message.
  34. Hit enter
  35. Now it will ask you for the message.
  36. Enter and hit enter
  37. Note:
  38. The user with whom you connecting system's cmd should be opened in order to receive.
  39. _______
  40. | ___ o|
  41. |[_-_]_ |
  42. ______________ |[_____]|
  43. |.------------.| |[_____]|
  44. || || |[====o]|
  45. || || |[_.--_]|
  46. || || |[_____]|
  47. || || | :|
  48. ||____________|| | :|
  49. .==.|"" ...... |.==.| :|
  50. |::| '-.________.-' |::|| :|
  51. |''| (__________)-.|''||______:|
  52. `""`_.............._\""`______
  53. /:::::::::::'':::\`;'-.-. `\
  54. /::=========.:.-::"\ \ \--\ \
  55. \`""""""""""""""""`/ \ \__) \
  56. `""""""""""""""""` '========'

comments powered by Disqus