OOF2: The Manual

Name

OOF.File.Load.Script — Execute a Python script.

Synopsis

OOF.File.Load.Script(filename)

Details

  • Parent Menu: OOF.File.Load
  • Callback: function loadscript in module ooflib.common.IO.mainmenu
  • Options: no_log=1
  • Parameters:

    filename
    Name of the file. Type: A character string.

Description

This command executes Python scripts, such as files created by the commands in the OOF.File.Save menu using the script format, or log files of OOF2 sessions. It can also execute any Python script. Loading the log of an OOF2 session will recreate the session, more or less. See the remarks in OOF.File.Save.Python_Log.