Batch process merge and detach alert box

I'm trying to create a txt file to use with batch processor that will merge a reference and then detach the rest of the references.  The commands to do this work fine except there is a prompt to click OK after both commands.  Is there a command that can be used with batch processor that will dismiss or surpress the Alert dialog?  Any help would be appreciated.

Thanks,

Parents Reply
  • mine works perfect for me  dont, I  have to click dont  show anymore, I  only  clicked ok once and it got recorded as VBA macro, try running   inside batch processor...

    did not add the  merge ref  as you'll need to edit  the VBA macro your self 

    attached my  vba macro here for you to try...

    you need to just have  one line in the  batch processor file 

    VBA run { vbaproject name} macroname.subroutinename

    and in the batch process you defined which files to process,

    and it just reruns the vbamacro  over and over on each file it  opens  no need to ok or  never  click choose never show again ( I hate doing that  as  it has impact)

    detachAll.mvba

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

Children