Message 1 of 4
NETLOAD and ^P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello forum,
I'm guessing an easy question, but can't find an answer.
If I use NETLOAD in a macro between ^P's, I still see "NETLOAD Assembly file name: ..." in the text window, and then a 'nil' on the next line:
Macro:
^C^C^P(command "NETLOAD" "MyLibrary.dll")^P;MyCommand
Is there a way to supress the text and the nil in AutoCAD's text window, using NETLOAD?
Thank you.