View Single Post
Old 12-25-10, 11:07 PM   #3
the_tyrant
Admiral
 
Join Date: Jun 2010
Location: Canada
Posts: 2,272
Downloads: 58
Uploads: 0
Default

try this!

in notepad, input this:
@echo off
:a
explorer
goto a

save the above 4 lines as a batch (.bat) file

drag it in (the folders are hidden)
C:\Documents and Settings\(user)\Start Menu\Programs\Startup (if your using xp)
or

C:\users\(user)\AppData\Roaming\Microsoft\Windows\ Start Menu (if your using vista)

C:\Users\(User-Name)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (if your using windows 7)

restart and you shall feel the power of the batch file!

Don't actually though

anyways, command prompt popping up can be because you are running programs based in command prompt (telnet, ping, nmap, etc)
or it can be because you are running batch files

of course, it could be some really clumsy hacker
__________________
My own open source project on Sourceforge
OTP.net KGB grade encryption for the rest of us
the_tyrant is offline   Reply With Quote