• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with program
#1
Quote:If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:

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

Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:

Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: 56.108.104.107
Message: Hi

Now all you need to do is press "Enter", and start chatting!

so i found this from this Site.... i got the file running, but the computer i sent it too did not receive the message... any help?
nvm i got the wrong ip
[Image: ScHmIdTy56789.png]
  Reply
#2
it mite also be becouse this doesnt work on vista and above (took the messagner option out)
  Reply
#3
hm? im not followin ya....

you open the .bat file and it goes too cmd prompt
[Image: ScHmIdTy56789.png]
  Reply
#4
In the past it was fun, i think it doesnt work anymore. It is just the net send cmd command.
[Image: 41295377.jpg]
  Reply
#5
1. Windows Vista/7 don't have net send and 2. you can disable receiving these messages on the destination PC on any previous Windows version (and most corporate and school IT people do so).
  Reply
#6
3. just install MSN
  Reply
#7
(09-15-2011, 09:58)jariz Wrote: 3. just install MSN

Worst IM program ever.
Only rednecks use it.
  Reply
#8
since net send is not available since XP anymore and mostly restricted on most machines due to security issues.
on vista and seven it has been replaced with msg.exe

open cmd and type in: msg /? for more info
you need to be in the same network

example:

Code:
msg NAME /w MESSAGE
Code:
C:'msg /server:xxx NAME "MESSAGE"

Code:
>msg /?
Send a message to a user.

MSG {username | sessionname | sessionid | @filename | *}
[/SERVER:servername] [/TIME:seconds] [/V] [/W] [message]

username Identifies the specified username.
sessionname The name of the session.
sessionid The ID of the session.
@filename Identifies a file containing a list of usernames,sessionnames, and sessionids to send the message to.
* Send message to all sessions on specified server.
/SERVER:servername server to contact (default is current).
/TIME:seconds Time delay to wait for receiver to acknowledge msg.
/V Display information about actions being performed.
/W Wait for response from user, useful with /V.
message Message to send. If none specified, prompts for it or reads from stdin.

msg.exe doesnt require to run the messenger service on the target

[Image: unbenanntvry.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Help what program, open and edit plugins ??? lexa__33 1 2,642 06-24-2013, 09:36
Last Post: EnVi Sweden Rocks
Question Help Data Control program 99IRock 19 9,324 01-15-2013, 22:39
Last Post: 99IRock
  [Request] Designing a Program dylankrajewski 12 6,698 06-13-2012, 23:54
Last Post: House
  awesome RCON program JariZ 6 3,879 05-13-2012, 10:15
Last Post: surtek
  [Release] My first Basic Program dylankrajewski 3 2,655 04-02-2012, 12:51
Last Post: The Clay Man
  Proxy program for school Lemon 13 7,347 03-07-2012, 18:05
Last Post: Lemon
  [Tutorial] Unzipping program Arteq 13 6,856 02-27-2012, 21:07
Last Post: zachw1487
  how do i create a easy program''? alvarogt95 22 9,625 01-25-2012, 03:36
Last Post: Lemon
  Help Can someone tell me which program do you use for creating/editing BO scripts/mods? fiki574_CRO 7 3,990 01-20-2012, 18:38
Last Post: fiki574_CRO
  Help Read Modern Warfare 2 console with a C# program? (AlterIWNet dedicated server) xplosiff 0 2,450 12-24-2011, 12:14
Last Post: xplosiff

Forum Jump:


Users browsing this thread: 1 Guest(s)