How to check which Lsp / des is loaded?

When I use
(load "mytool.des")
again and again, I get the message:
; error : application already loaded : <mytool>

The message is correct, but how can I avoid it?
I know the function (arx) to check the loaded Arx, but how to check the loaded DES and LSP?

Comments