Need Help: Export Layers to individual Files in ACIS .sat format - Automate Dialog Box Help

So i took this script

https://wiki.mcneel.com/developer/scriptsamples/exportlayerobjects

and changed the second “.3dm” to “.sat”

But now i need to manually hit enter each time to select "ACIS Export Type (ListTypes ):

How do i automate this part

Hello,

does this work : changing Rhino.Command "_-Export " & strFile, 0 to

Rhino.Command "_-Export " & strFile & " _Enter", 0

it sure did! Thanks a ton for the help.

How can i now share this script if anyone needs to use it?

Hi - perhaps this can help?

-wim

Also this:

https://wiki.mcneel.com/developer/macroscriptsetup