Often my exe\'s have dll dependencies that I package with an installer like nsis or inno. This makes sense for large programs but is overkill for small scripts.
Is t
Apparently there exists software that can convert a DLL to a LIB, so that you can link against it statically, but that might be overkill in this case.