Tuesday, December 16, 2008

Messenger Script

@ECHO OFF
TITLE Tests to see if the Windows Messenger Service is Running.
COLOR 07
ECHO Created April 4th, 2007
ECHO.
ECHO Tests to see if the Windows Messenger Service is Running.
ECHO.
ECHO If you get a warning message you need to kill the messenger
ECHO otherwise your fine!
ECHO.
ECHO When you are ready to start the program,
PAUSE
msg *.* Warning! Windows Messenger was found running, your system is at risk!
exit

You can modify and use this script to send messages along a private
network or Intranet.

Great for in the workplace because you don't have to install anything
the bat file can be launched from usb drive or flopy/cd etc.

No comments:

Post a Comment