Find files and parse them in the command line

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
hacxx
Posts: 57
Joined: 09 Apr 2015 13:18

Find files and parse them in the command line

#1 Post by hacxx » 11 Nov 2018 15:01

Hi,

I'm looking for help with this tool that i'm developing. The tool needs to scan the harddisk looking for DLLs and EXEs and patch them.

I tried using the "Find" Command but got a Access Denied. And the folders are not restricted.

Also after finding the DLLs and EXEs i need to parse them with another command utility.

Thanks for all the help

Squashman
Expert
Posts: 4465
Joined: 23 Dec 2011 13:59

Re: Find files and parse them in the command line

#2 Post by Squashman » 11 Nov 2018 19:44

Use the DIR or FOR commands to find the files you want. The FIND command is used to find string inside text files.

hacxx
Posts: 57
Joined: 09 Apr 2015 13:18

Re: Find files and parse them in the command line

#3 Post by hacxx » 12 Nov 2018 11:43

I'm kinda new into this can you show me an example?

Post Reply