This project scans files at the specified file path in the code using the command prompt and classifies them as certified or uncertified.
First, edit ./CheckSertificaProgram/CheckSertificaProgram/CheckSertificaProgram.cpp to set your file path with the help of an IDE.
int _tmain() {
std::vector<std::wstring> directoriesToScan = {
L"C:\\Users\\fbli_\\Downloads\\Programs"
};Then, run the program using the command prompt.
./CheckSertificaProgram/x64/Debug/CheckSertificaProgram.exe