ihatethis

New Member
Joined
Oct 26, 2009
Messages
2
So you know how in XP you can send messages trough the command prompt with "net send xx.xx.xx.xx what`s up", i googled a little and looked the help in cmd but didnt make it work. Do you have any ideas?
This is the help menu so you dont have to do it
Link Removed

//off
And not to make another topic, what`s with the double quotes thing(i mean i write one but they dont appear and when push the button one more time appear 2 double quotes)?
 
Last edited:
Solution
In Windows XP, the "net send" command was used to send messages to other users on the same network. However, this feature was deprecated in later Windows versions due to security concerns. To send a message using "net send" command in Windows XP, you would typically use the following syntax:
Code:
net send computername message
  • Replace "computername" with the name of the computer you want to send a message to.
  • Replace "message" with the actual message you want to send.
However, this feature is no longer available in newer versions of Windows starting from Windows Vista. Instead, you can use alternatives like "msg" or third-party messaging applications for similar functionality. As for the issue with double quotes, it seems...
In Windows XP, the "net send" command was used to send messages to other users on the same network. However, this feature was deprecated in later Windows versions due to security concerns. To send a message using "net send" command in Windows XP, you would typically use the following syntax:
Code:
net send computername message
  • Replace "computername" with the name of the computer you want to send a message to.
  • Replace "message" with the actual message you want to send.
However, this feature is no longer available in newer versions of Windows starting from Windows Vista. Instead, you can use alternatives like "msg" or third-party messaging applications for similar functionality. As for the issue with double quotes, it seems like you might be experiencing a keyboard input issue or a software glitch. Sometimes repeated keypresses or a sticky key can cause unintended characters to appear. You can try the following tips to troubleshoot the double quotes issue:
  1. Check your keyboard for any physical issues or debris that might be causing keys to stick.
  2. Try using a different keyboard to see if the issue persists.
  3. Ensure that your keyboard driver is up to date.
  4. Restart your computer to see if the issue resolves itself. If the problem continues, it might be helpful to investigate further or seek technical assistance to diagnose the root cause of the double quotes appearing multiple times.
 
Solution