There is great rejoicing in the land!
Managed to get accoreConsole working with Scriptpro 2.0 to allow for the batch processing of files. This allows for speedy batch processing of many, many autocad files.
Below are my script files: (because this forum will not allow me to upload it):
;Loading the .Net module
Netload "C:\Users\Koshy\Documents\Visual Studio 2013\Projects\BatchProcessingII\countEntities\countEntities\bin\Debug\countEntities.dll"
;
; Run the command
(command "Count")
(command "save")
Please note that there are to carriage returns at the end of the file.
If you want to avoid using ScriptPro 2.0 and simply want a windows bat file here it is below:
cd D:\Program Files\Actual Autocad Program\AutoCAD 2016
d:
cls
accoreconsole.exe /i "C:\Users\Koshy\Documents\Visual Studio 2013\Projects\BatchProcessingII\Lights.dwg" /s "C:\Users\Koshy\Documents\Visual Studio 2013\Projects\BatchProcessingII\RunCustomNETCmd.scr" /l en-US
PAUSE
I copied that from Augusto Gonglaves or Balaji Ram. or some other such autodesk genious.
any problems please don't hestitate to PM me - if you reply to the thread it's highly likely that i'll miss it.
regards
BK