Option Explicit 'Script written by Russell Loveridge ' this script demonstrates different ways to interact with the user, and how to open up a file. Call Main() Sub Main() Rhino.Command "_-Import E:\test1.3dm -Enter" ' This line invokes the IMPORT SCENE command so the user can choos the starting geometry and conditions for a file. End Sub