Open Files with Windows Explorer

can I open dwg files in the same bricscad(not open a bricscad new application each time) if it's open with windows explorer ?

Comments

  • Sure.

    And if you have the lovely DocTabs app loaded, you will see newly opened dwg.s in the tab control bar.

  •  The SDI (Single Document Interface) variable can also affect this.  The command is SDI - set it to OFF to allow all opened drawings to appear in one instance of Bricscad.  You can also do this via lisp:

    [code](setvar "sdi" 0)[/code]
This discussion has been closed.