Quote:
Originally posted by Lasereth
You could make a batch file with the netsend commands in it. Copy and paste the command over and over in the batch file, then all ya gotta do is double click the batch file to send dozens of messages at a time. A guy did it in my computer app class in high school...he made a batch file with 30 netsend commands to each person in the entire class. It was funny as hell; every single person in the class got 30 simultanous instant popups saying various vulgarities.
-Lasereth
|
or
Code:
echo off
:here
net send * blah blah blah
goto here
__________________
Donate Blood!
"Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen
|