Show registered status of COM Server DLL?

I have a DLL file which can be REGISTERED or UNREGISTERED with regsvr32.exe, which I have to do several times a day while developing. Is there a file COLUMN that tells me the registered status of the DLL file? (REGISTERED or UNREGISTERED)

Not built-in, and it would need to be specific to that DLL.

You could write a script which looks in the registry and tells you.