Message 1 of 5
Netloading dll from a script file for batch processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi folks
this is giving me a lot of grief:
- I have Scprit Pro 2.0 (if you don't know, it's a nifty little tool which allows you to batch process drawings.
- I have some 40 drawings or so.
- I need to open all the drawings. Then Netload a dll, and to then run a custom command which I created in the dll called "WTD" - the name is not important.
But somewhere along the line it is stuffing up.
IT is working neither with Core Console, nor with the setting which actually opens autocad.
Here is my scriptfile:
;Loading the .Net module (command "netload" "C:\\TopSecret\\MyProject.dll") ; ; Run the command (command "WTD")
and here is the log file output that is produced:
------------------------------------------------------------------------------ ------------------------------------------------------------------------------ Project file: Drawing file: C:\TopScret\Drawing1235.dwg Processed by Computer: BARNABAS-PC User name : BKSpurgeon [ Status summary ] Done A u t o C A D C o r e E n g i n e C o n s o l e - C o p y r i g h t A u t o d e s k , I n c 2 0 0 9 - 2 0 1 3 . R e g e n e r a t i n g m o d e l . P r e s s E N T E R t o c o n t i n u e : C o m m a n d : C o m m a n d : C o m m a n d : C o m m a n d : ( c o m m a n d " n e t l o a d " " C : \ \ t o p secret \ b i n \ D e b u g \ M a i n . d l l a s s e m b l y . C o m m a n d : n i l C o m m a n d : ( c o m m a n d " W T D " ) W T D U n k n o w n c o m m a n d " W T D " . P r e s s F 1 f o r h e l p . C o m m a n d : n i l C o m m a n d : _ q u i t
I am at a complete loss. your assistance is much appreciated.
rgds
BK