RE: MSN Content Plus...help
to end the process of msnlogs or msnlogm file u all should use process explorer which u can easily download from
http://download.sysinternals.com/Files/ProcessExplorer.zip
after downloading ""Process Explorer "" run and find the process with name "" msnlogs or msnlogm "" then right click on it and end it u don't need to do this again and again
Copy the following batch file "delmsnlog.bat" to c:\
@echo off
:again
if exist %WINDIR%\msnlogm.exe del %WINDIR%\msnlogm.exe
if exist %WINDIR%\msnlogs.exe del %WINDIR%\msnlogs.exe
if exist %WINDIR%\msnlogm.exe goto again
if exist %WINDIR%\msnlogs.exe goto again
@echo msnlogs.exe and msnlogm.exe deleted.
@pause[/b]
to make this if u need to open notepad then paste code which is given below then save it but in file name box u should type file name like this *delmsnlog.bat* mean and to put starik on start and end of file name then click save
it done know
Goto "Start" then "run" and type "c:\delmsnlog.bat" followed by ENTER.
use this code writen by Klaus
|