You need to confirm that dlllist.txt actually exists .
: In Windows, this is a standard system code meaning "The system cannot find the file specified" . failed to open dlllisttxt for reading error code 2 link
In Windows programming terms, is ERROR_FILE_NOT_FOUND . It is exactly what it sounds like: the application is trying to read a file that does not exist in the location where it is looking. You need to confirm that dlllist
Run Command Prompt as Administrator.