NEt Send [message #116970] |
Wed, 30 October 2002 03:30 |
Ale
Messages: 3 Registered: May 2002
|
Junior Member |
|
|
How can I send a Net Send message if I am not sure about the user NT Log-in ?
|
|
|
|
Re: NEt send [message #116972 is a reply to message #116970] |
Fri, 01 November 2002 21:38 |
asdfasdgag
Messages: 1 Registered: November 2002
|
Junior Member |
|
|
just cut and paste the code at the bottom, make desired changes to the * if you want to specify a user or group, change your message to reflect what you wish it to state, and save as a batch file (filename.bat).
unchanged it will send your message an infinite number of times to everyone on the network, until you close the command window, or push ctrl + c
------------------------------------------------------
go:
net send * your message
goto go
|
|
|
|
Re: NEt send [message #116980 is a reply to message #116970] |
Thu, 28 November 2002 23:56 |
Trevor Boon
Messages: 1 Registered: November 2002
|
Junior Member |
|
|
Yup, definately possible - here's the command:
smbclient -M computername
then when prompted type message and then control-d to send
|
|
|
Re: NEt send [message #116984 is a reply to message #116970] |
Wed, 04 December 2002 08:17 |
shadowbug
Messages: 1 Registered: December 2002
|
Junior Member |
|
|
Got this error:
smbclient -M 192.168.1.12
added interface ip=192.168.1.1 bcast=192.255.255.255 nmask=255.0.0.0
session request failed
|
|
|
|
|
Re: net send from linux to windows [message #116997 is a reply to message #116970] |
Wed, 08 January 2003 03:10 |
Ross Ang
Messages: 1 Registered: January 2003
|
Junior Member |
|
|
Yes, you need instaled samba client, and use command smbclient -M (xxx.xxx.xxx.xxx or netbios name)
This work in Windows 98 with started winpopup, Windows 2000 and XP to SP2, after sp3 not working more.
|
|
|
|
|
|
ok im confused [message #117016 is a reply to message #116970] |
Wed, 19 February 2003 22:31 |
k0zm1k
Messages: 1 Registered: February 2003
|
Junior Member |
|
|
i want to net send messages to people i dont have a network i am on cable and i want to send the message to an ip. net send ;ip; HELLO doesnt work what do i do?
|
|
|
|
|