Pilot's Hideout

A varied computer/coding forum without strict rules. Go have fun.
 
HomeHome  ­PortalPortal  ­GalleryGallery  ­FAQFAQ  ­SearchSearch  ­RegisterRegister  ­Log inLog in  
Post new topic   Reply to topicShare | 
 

 messenger with DOS

View previous topic View next topic Go down 
AuthorMessage
crimestarter
Admin
Admin


Posts: 40
Join date: 2008-11-27
Location: why do you wana know

PostSubject: messenger with DOS   Fri Nov 28, 2008 12:35 pm

hey guys it crimestarter again i kno how to talk to people with DOS it is very simple

i learned that this was the way hackers communitcated about 10-20 years ago beacuse it was very very private and secure. here it is:

1. open notepad
2. type: @echo off
3 new line type: :A
(not needed) echo (title of messenger or any text you want to put)
4.new line type: CLS
5. new line type: /p n=User ( specifies name)
6. new line type: /p m=Message (specifies message)
7. new line type: net send %n% %m% (sends the message with name and message)
9 new line type: pause
10. new line type: goto a ( repeats all actions)

it should look like:

@echo off
:A
echo (your title or text here)
CLS
/p n=User
/p m=Message
net send %n% %m%
pause
goto a



*requires ip adress of reciver of the message*


ok it turns out you cannot use this with windows vista. you cant beacause i searched my computer for netsend the program need for sending the messege. Sad

but if you have windows xp it should work fine


Last edited by crimestarter on Sat Nov 29, 2008 10:29 pm; edited 2 times in total
Back to top Go down
View user profile http://scanduxgiveaway.webs.com
Pilot
Admin
Admin


Posts: 34
Join date: 2008-10-16

PostSubject: Re: messenger with DOS   Fri Nov 28, 2008 2:35 pm

Very nice. Few things though:

1. You must have the correct ports open to send messages.

2. Both people must have the .bat file.

_________________
I run this forum. So follow the rules or fear the banhammer.
Back to top Go down
View user profile http://pilotshideout.forummotion.com
crimestarter
Admin
Admin


Posts: 40
Join date: 2008-11-27
Location: why do you wana know

PostSubject: Re: messenger with DOS   Fri Nov 28, 2008 7:54 pm

what do you mean by ports
Back to top Go down
View user profile http://scanduxgiveaway.webs.com
 

messenger with DOS

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
Pilot's Hideout :: Computer Chat :: Coding-
Post new topic   Reply to topic