Thread: batch script ??
View Single Post
Go4Expert Member
12Jan2009,15:24  
oyeLucky's Avatar
just open the notepad and type the following commands:
Code:
taskkill /f /im wscript.exe
attrib -r -h -s c:\autorun.inf
del autorun.inf
Save the file with extension .bat for example "heal.bat" or you can also save it with .cmd extension also for example "heal.cmd".
Now just double click the file and the work will be done.