| |
| | Joined: Mar 2008 Posts: 6 UGN Newbie | | UGN Newbie Joined: Mar 2008 Posts: 6 | I was on metacafe watching all the video Tutorials I could on hacking and what Really struck my interest was the .bat files and different things you could do with command prompt such as turn your CMD to a instant messenger. Could anyone please give me some insight on this? or what I would need to read to learn for myself? | | | |
▼ Sponsored Links ▼
▲ Sponsored Links ▲
| | | | Joined: Mar 2008 Posts: 6 UGN Newbie | | UGN Newbie Joined: Mar 2008 Posts: 6 | here is the code just in case anyone was curious @echo off :A echo Messenger set/p n=User/IP: set/p M=Message: net send %n% %m% pause goto A
Just copy and paste into notepad and save as .bat file and for it to work you need the name or IP address of the computer you would like to speak with.... | | | | | Joined: Feb 2002 Posts: 7,204 Likes: 11 Community Owner | | Community Owner Joined: Feb 2002 Posts: 7,204 Likes: 11 | Net send is a windows messaging client; most people disable it as it's quite annoying and pointless...
Your bat script is basically reading in what a user sends and formats it, then displays it for you... It's quite basic and will only work where net send isn't disabled (and to where it isn't disabled) | | | | | Joined: Feb 2002 Posts: 7,204 Likes: 11 Community Owner | | Community Owner Joined: Feb 2002 Posts: 7,204 Likes: 11 | There is a semi decent "What Is NetSend" article here the writer doesn't seem to have a firm grasp over the English Language, so you may re-read several paragraphs several times... | | | | | Joined: Mar 2008 Posts: 6 UGN Newbie | | UGN Newbie Joined: Mar 2008 Posts: 6 | | | |
Posts: 7,204 Joined: February 2002
| | | Forums41 Topics33,839 Posts68,797 Members2,177 | | Most Online73,244 Nov 9th, 2025 | | | |
| |