
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2009 04:47 PM
Hi,
I am trying to indicate the presence of autorun.inf in the root of the c drive (conficker virus and others...). Has anybody has done that before? any way to get this done?
i thought of using a simple batch file like:
@echo off
dir c:\ /ah |find "autorun.inf"
if errorlevel=1 goto notfound
***** echo yes >??? ***** here is where I get stuck!!! how to pass this info back to the application?
:notfound
exit
Thank you
I am trying to indicate the presence of autorun.inf in the root of the c drive (conficker virus and others...). Has anybody has done that before? any way to get this done?
i thought of using a simple batch file like:
@echo off
dir c:\ /ah |find "autorun.inf"
if errorlevel=1 goto notfound
***** echo yes >??? ***** here is where I get stuck!!! how to pass this info back to the application?
:notfound
exit
Thank you
Labels:
- Labels:
-
Report Center
1 REPLY 1

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2009 05:04 PM
Why don't you add c:\autorun.inf to the scanned files?
Then you can create a report for "computers with c:\autorun.inf".
Then you can create a report for "computers with c:\autorun.inf".
