Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Net Send Maximum

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I realized that when you net send somebody, they can recieve a maximum of 6 messages. Is there any way to increase this number of maximum messages recievable?

somguy516
 
I'm aware of no such limitation. Would you mind sharing what lead you to "realize" this?

Paste the following into a file named message.bat.

net send %1 "Good Morning."
net send %1 "And"
net send %1 "Just"
net send %1 "in"
net send %1 "case"
net send %1 "I"
net send %1 "dont"
net send %1 "see"
net send %1 "you"
net send %1 "again,"
net send %1 "Good"
net send %1 "Afternoon,"
net send %1 "Good"
net send %1 "Evening,"
net send %1 "and"
net send %1 "Good"
net send %1 "Night!"

Then from the command line, call it like so:

message.bat YourUser Jon Hawkins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top