Programming with Reflection
NewSession method
Syntax object.NewSession Filename
Opens a new Reflection window using the specified settings file. If you specify an empty string ("") for the file name, the new session will use Reflection's default values if NewSessionCurrentSettings is False (the default). If NewSessionCurrentSettings is True, the new session will use your current settings.
Filename Argument type: String
Specifies a settings file to be opened in the new window. Supply full path information if the file isn't in the current directory. Use an empty string ("") to open the window with no settings file.
An error occurs if Filename is not found or the file is not a settings file.