As the error makes clear DllExport.bat
expects a key (or a "built-in") as first argument, not a path to a DLL file. DllExport.bat -h
would tell you the same, its output is also shown at the project's Wiki page here: https://github.com/3F/DllExport/wiki/DllExport-Manager
"Keys" here is just used in a similar sense as the more commonly used term "command-line option". The project seems to make a distinction between "keys" and "options", as the Wiki page i linked to shows, but i can't tell you what that distinction is -- i am just a user of Google but not a user of DllExport.bat.
If you look carefully at the usage examples included in the output of DllExport.bat -h
, it suggests that you would perhaps use the -i
key/option to specify an input DLL file. Although, frankly, i have no clue how using a DLL would fit with the intended action of "exporting configured project data". Anyways, good luck!