coding to load a module at startup

Discussion in 'AutoCAD' started by Soe, Jul 9, 2003.

  1. Soe

    Soe Guest

    like to put a certain module (macro) in startup suite of loadapplication,
    which loads that macro everytime ACad starts.
    any idea how to code it?
     
    Soe, Jul 9, 2003
    #1
  2. Soe

    Kevin Terry Guest

    Name your project file "Acad.dvb", and put a macro in the ThisDrawing module
    called "AcadStartup". If that doesn't work, make a text file named "Acad.rx"
    in your support path, and in that text file just have the following text:
    acadvba.arx

    Kevin
     
    Kevin Terry, Jul 9, 2003
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.