Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Syntax:

Unix:
     open_obj   -type type [-config filename]
                [-model model_name [-object object_name] ]
                [-generation number] [-read | -write | -create]
                [-ul x y] [-size width height] [-tab] [-tab_ul x y]
                [-help [help_dir] | -syntax [help_dir] | -version]
                [-options] [-arg_input path_name] [-noheader]
                [-quiet] [-ask] [-unix] [-vms] [-os2]

VMS:
     open_obj   /type=type [/config=filename]
                [/model=model_name [/object=object_name] ]
                [/generation=number] [/read | /write | /create]
                [/ul=(x,y)] [/size=(width,height)] [/tab] [/tab_ul=(x,y)]
                [/help [=help_dir] | /syntax [=help_dir] | /version]
                [/options] [/arg_input=path_name] [/noheader]
                [/quiet] [/ask] [/unix] [/vms] [/os2]

OS/2:
     open_obj   /type:type [/config:filename]
                [/model:model_name] [/object:object_name] ]
                [/read | /write | /create] [/note_number:number]
                [/ul:(x,y)] [/size:(width,height)] [/tab] [/tab_ul:(x,y)]
                [/help [:help_dir] | /syntax [:help_dir] | /version]
                [/options] [/arg_input:path_name] [/noheader]
                [/quiet] [/ask] [/unix] [/vms] [/os2]

Program Description:
     This program opens a Teamwork object from outside of Teamwork.

Options:
     type <type>              Specifies the type of the object to open.
                                  The legal types are defined below under
                                  the heading "Legal types".
     config <filename>        Specifies a Teamwork configuration file
                                  (default: /cadre/tsa/config_file).
     model <model_name>       Specifies a model name.
     object <object_name>     Specifies the name of the Teamwork object
                                  to open.
     generation <number>      The generation of the object to open
                                  (default: latest).
     read                     Opens the window in read only mode.
     write                    Opens the window in read write mode.
     create                   Opens the window and creates the object
                                  if it doesn't already exist.
     ul <x y>                 The point for the upper left corner of the
                                  window.  Any number less than zero becomes
                                  zero.  This argument may be ignored by
                                  Teamwork.
     size <width height>      The size of the window to be opened.  Any
                                  number less than the default becomes the
                                  default.  This argument may be ignored by
                                  Teamwork (default: 300 by 400).
     tab                      Opens the window as an icon (default: open in
                                  full size).
     tab_ul <x y>             The point for the upper left corner of the
                                  tab.  Any number less than zero becomes
                                  zero.  This argument may be ignored by
                                  Teamwork.
     help <help_dir>          Shows the full help screen (this information)
                                  and quits.  The default directory
                                  of help files is /cadre/help.
     syntax <help_dir>        Shows the short help screen
                                  (syntax lines only) and quits.
     version                  Shows the program header with the version
                                  and quits.
     options                  Lists the command line options chosen, before
                                  executing the program.
     arg_input <path_name>    Indicates more command line options are
                                  in the file 'path_name'.
     noheader                 Suppresses the display of the program header
                                  before program execution.
     quiet                    Suppresses status messages during program
                                  execution.
     ask                      Prompts the user for required command line
                                  options that are not specified.
     unix                     Allows entry of options in Unix format
                                  (-example_option).
     vms                      Allows entry of options in VMS format
                                  (/example_option).
     os2                      Allows entry of options in OS/2 format
                                  (/example_option).

Legal types:
     The legal arguments to the "type" option above are as follows.
           mi                  model index
           model_ni            model note index
           pi                  process index
           dd                  data dictionary
           dde                 data dictionary entry
           dde_ni              data dictionary entry
                                   note index
           dfd                 data flow diagram
           dfd_ni              data flow diagram note index
           p-spec              process specification
           p-spec_ni           process specification
                                   note index
           file                os file
           report              os file (It gets deleted after
                                   Teamwork opens a window on it.)
           std                 state transition diagram
           std_ni              state transition diagram
                                   note index
           pat                 process activation table
           pat_ni              process activation table
                                   note index
           dt                  decision table
           dt_ni               decision table note index
           sem                 state event matrix
           sem_ni              state event matrix note index
           sc                  structure chart
           sc_ni               structure chart note index
           m-spec              module specification
           m-spec_ni           module specification note index
           erd                 entity relationship diagram
           erd_ni              entity relationship diagram
                                   note index
           asg                 ADA structure graph
           asg_ni              ADA structure graph note index
           text                text note
           picture             graphic note

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026