Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Syntax:

Unix:
     opntitle -model model_name -title object_title -type object_type
              [-generation number] [-ul x y] [-size width height] [-tab]
              [-read | -write ] [-config filename] [-dot]
              [-help [help_dir] | -syntax [help_dir] | -version]
              [-options] [-arg_input path_name] [-noheader]
              [-quiet] [-ask] [-unix] [-vms] [-os2]

VMS:
     opntitle /model=model_name /title=object_title /type=object_type
              [/generation=number] [/ul=(x,y)] [/size=(width,height)]
              [/tab] [/read | /write] [/config=filename] [/dot]
              [/help [=help_dir] | /syntax [=help_dir] | /version]
              [/options] [/arg_input=path_name] [/noheader]
              [/quiet] [/ask] [/unix] [/vms] [/os2]

OS/2:
     opntitle /model:model_name /title:object_title /type:object_type
              [/generation:number] [/ul:(x,y)] [/size:(width,height)]
              [/tab] [/read | /write] [/config:filename] [/dot]
              [/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 window on the model object with the
given title and type.

Options:
     model <model_name>       Specifies a model name.
     title <object_title>     Specifies the title of the object.
     type <object_type>       Specifies an object type.
                                 Valid object types include:
                                   DFD         Data Flow Diagram
                                   OCD         Object Communication Diagram
                                   ERD         Entity-Relationship Diagram
                                   M-Spec      Module Specification
                                   P-Spec      Process Specification
                                   STD         State Transition Diagram
                                   DT          Decision Table
                                   PAT         Process Activation Table
                                   SEM         State Event Matrix
                                   SC          Structure Chart
                                   Process     DFD or P-Spec
                                   C-Spec      STD, SEM, DT, or PAT
                                   State_Model STD or SEM
                                   Matrix      SEM, DT, or PAT
     generation <number>      The generation of the object to open
                                  (default: latest).
     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).
     read                     Opens the window in read only mode.
     write                    Opens the window in read write mode.
     config <filename>        Specifies a Teamwork configuration file
                                  (default: /cadre/tsa/config_file).
     dot                      Ignores the tail of the title after and
                                  including a period.
     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).

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