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
jack4rall Posts 6428 Registration date Sunday June 6, 2010 Status Moderator Last seen July 16, 2020 - Jun 24, 2010 at 12:28 AM
Related:
- Commands to find virus extensions
- Windows network commands - Guide
- Goose virus - Download - Other
- Hitman 3 console commands - Guide
- Where are chrome extensions stored - Guide
- Diskpart commands - Guide
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
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.
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.