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
Find files and parse them in the command line
Moderator: DosItHelp
Re: Find files and parse them in the command line
Use the DIR or FOR commands to find the files you want. The FIND command is used to find string inside text files.
Re: Find files and parse them in the command line
I'm kinda new into this can you show me an example?