Hi , it seem to be that Bcount , by itself , can do it with any block kind.
I'm diggin on it to get the description.
Hope I can get it.
;;--------------------------=={ Block Count }==-------------------------;;
;; ;;
;; This program will generate a report detailing the individual ;;
;; quantities of primary and nested blocks, dynamic blocks & xrefs in ;;
;; a selection or an entire drawing. ;;
;; ;;
;; The program will correctly count the number of nested blocks, ;;
;; nested dynamic blocks and nested xrefs; nested to any level; and ;;
;; with any number of instances of the same block at each level. ;;
;; ;;
;; Of course, the program may be used as a standard block counter, ;;
;; since the nested block count data is displayed separately from the ;;
;; primary block count data, and the nested report will not be shown ;;
;; if there are no nested blocks in the drawing. ;;
;; ;;
;; The report is printed to the command-line and separately details ;;
;; the number of primary and nested blocks with a break-down of the ;;
;; quantities for each individual block name, together with the total ;;
;; number of primary and nested blocks located adjacent to the report ;;
;; headings. The printed report may subsequently be extracted to ;;
;; either a Text or CSV file. ;;
;; ;;
;;----------------------------------------------------------------------;;
;; Author: Lee Mac, Copyright © 2014 - www.lee-mac.com ;;
;;----------------------------------------------------------------------;;
;; Version 1.5 - 2014-02-02 ;;
;;----------------------------------------------------------------------;;