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" ' This line invokes the IMPORT SCENE command but lets the user choose the scale for the import geometry. End Sub