I know this has probably been asked before, but I can't find the answer. Given a managed interop DLL that wraps a COM DLL, how do you use the Visual Studio command prompt to find the path to the COM DLL?
I've seen answers like this and this, but I'm not using the DLL in any VS project (yet); It's just sitting in my file system.
Does TLBIMP.EXE have a switch I can use, for example (I couldn't find one in the documentation)?