Unload .dvb file from lisp or vba

Discussion in 'AutoCAD' started by Brian Hailey, Nov 17, 2004.

  1. Brian Hailey

    Brian Hailey Guest

    Anyone know of a way to unload a .dvb file via lisp (or vba even)? Along
    the same lines, is there a way to determine if a dvb file is loaded? I have
    a routine that loads at startup and I was asked if there was a way to
    quickly unload and reload it. If not, I'll modify the routine with a switch
    in it to be toggled on and off.

    Thanks in advance,

    --
    Brian Hailey
    LDT2005
    C3D2005
    XP Pro - SP 2
    P4 2.8GHz
    1.00 GB of RAM
     
    Brian Hailey, Nov 17, 2004
    #1
  2. Brian Hailey

    Jeff Mishler Guest

    Straight out of a lisp file I made to call my macro from the command line:

    (vl-cmdf "-vbarun" "Xref-Sync.dvb!MainSync.xref_update")
    (vl-cmdf "vbaunload" "xref-sync.dvb")
     
    Jeff Mishler, Nov 17, 2004
    #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.