View Single Post
Old 03-04-2007, 07:25 PM   #26 (permalink)
Sempurna
Analyst, Security Team
 
Sempurna's Avatar
 
Join Date: Sep 2006
Posts: 1,302
OS: Windows XP SP2


Hi tsf1jay,

OK, could you run this batch file? There was a typo in the previous one. My bad.

Please open Notepad (Start -> Run -> type notepad in the Open field -> OK), and copy and paste the text present inside the code box below:

Code:
For /F "TOKENS=*" %%g IN ('dir /s/a-d/b %windir%\ndis.sys'
) Do @echo "%%~g" %%~zg %%~tg >>report.txt 2>nul
start notepad report.txt & exit
Save this as check2.bat. Choose to save as "All files" and place it on your desktop.

It should look like this:

Double-click check2.bat on your desktop.

Notepad should open with text in it. Please post the contents of that text here.
__________________

Keep this forum alive - if you've been helped at this forum, please do consider a donation. Thank you for your support.

Donation link for Tech Support Forum
Sempurna is offline