apple iphone4

Saturday, September 18, 2010

how to end any vbs file

go into a notepad and copy/paste this

@echo off
taskkill /f /im wscript.exe
taskkill /f /im cmd.exe
pause
exit

then save it as anything.BAT and run it to end any vbs and any batch file its great

No comments:

Post a Comment