Usually within Dos you can type the command with a /? after it. I can't test it out with net send as it appears not to be available in my version of DOS , but in principle it would be
net send /?
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?
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!"
I realized this when i created a batch script that loops the net send command 20 times and then stops. Only 6 get through though and then thats it! This is when i became aware of that limitation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.