HP 3000 Manuals

wN [ System Debug Reference Manual ] MPE/iX 5.0 Documentation


System Debug Reference Manual

wN 

Renames a virtual window or a user-defined window. 

Syntax 

     UN   [name] [win_number]    User window
     VN   [name] [win_number]    Virtual window

Parameters 

 name            The name for this user window.  Names are restricted to
                 eight alphanumeric characters.

                 If the name is omitted, the following default names are
                 used:

                 Window           Default Name                                                                                       
                 USER (U)         <user>
                 VIRTUAL (V)      Virtual

 win_number      The window number for a specific user window (U) or
                 virtual window (V). If win_number is omitted, then the
                 current window is used.  The current user window is
                 marked by an asterisk, and the current virtual window is
                 marked in inverse video.

Examples 

     %cmdebug > un datablk 

Rename the current user window to "datablk."

     %cmdebug > vn parms 4 

Rename virtual window number four to "parms."

Limitations, Restrictions 

none



MPE/iX 5.0 Documentation