You can do it by using theOriginally posted by MacGyver:
<STRONG>How about a simple batch file like this: call it something sneaky like FREEBEER.JPG.BAT
What this batch file does is echo a message of your choosing (I took my inspiration from our own resident evil, Cobra) and then it creates a file called BUSTED.NFO and puts into their home directory. (on my server that drive is H) The attrib command gives it the system attributes so even if somebody happens to find it, they will have a tough time deleting it.Code:@echo off echo -you stupid luser, you're computer is now infected with a virus! BWAHHAHAHAHAHA - Cobra dir c:\ > h:\busted.nfo attrib h:\busted.nfo +r +h +s
This way, you can do a dir/s as network administrator of the user home directories looking for the file, and BOOM you get a list of people who opened the BAT file.
Bob's your uncle.</STRONG>
NET HELPMSG "I have opened the file"
Utility into the Batch file
One other thing - you can convert batch file to EXE by a simple utility - i can send it to you if you want - Just drop out a PM
<IMG SRC="smilies/wink.gif" border="0">




Reply With Quote
Bookmarks