Commands to find virus extensions

Closed
jo - Jun 23, 2010 at 10:28 PM
jack4rall Posts 6428 Registration date Sunday June 6, 2010 Status Moderator Last seen July 16, 2020 - Jun 24, 2010 at 12:28 AM
Hello,

May I know what the command needed in the command prompt to search for files with the virus extension?

Related:

1 response

jack4rall Posts 6428 Registration date Sunday June 6, 2010 Status Moderator Last seen July 16, 2020
Jun 24, 2010 at 12:28 AM
Hi,

try this 1

dir /s /p "drive_letter\filename.file_extension"

Example : If you want the files with .ini extension from the d: drive, type

C:\> dir /s /p d:\*.ini and press enter.

All the files having .ini extension in d drive will be displayed.
0