ItsMods

Full Version: Help with program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
it mite also be becouse this doesnt work on vista and above (took the messagner option out)
hm? im not followin ya....

you open the .bat file and it goes too cmd prompt
In the past it was fun, i think it doesnt work anymore. It is just the net send cmd command.
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).
3. just install MSN
(09-15-2011, 09:58)jariz Wrote: [ -> ]3. just install MSN

Worst IM program ever.
Only rednecks use it.
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]