Skip to content

Instantly share code, notes, and snippets.

@martinusso
Last active January 24, 2017 12:28
Show Gist options
  • Save martinusso/3815f852abf08039c7bc to your computer and use it in GitHub Desktop.
Save martinusso/3815f852abf08039c7bc to your computer and use it in GitHub Desktop.
Register a DLL using the regasm
%windir%\Microsoft.NET\Framework\v2.0.50727\regasm "%cd%\XYZ.dll" /tlb:"%cd%\XYZ.tlb"
pause
pushd %~dp0
regasm NomeDa.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment