


     Cwin(V1.0)               ARPTOOLS Manual               Cwin(V1.0)



     NAME
          Cwin - Resize the CLI window

     SYNOPSIS
          Cwin BIG/S SMALL/S INFO/S LEFTEDGE TOPEDGE WIDTH HEIGHT
          
     DESCRIPTION
          Cwin will resize the CLI window according to the options
          supplied with the command line or write a line into standard
          output with the CLI window coordinates,dimensions and title.
          Cwin is best suited to enhance the output of scripts or for
          use with customized Alias macros.

     OPTIONS
          Options BIG SMALL and INFO cannot be combined with other
          options.
          The other four options should be always used together.
          All coordinates and dimensions must be entered in pixels.
 
          BIG
               Resize the window to its maximum.

          SMALL
               Resize the window to its minimum.

          INFO
               Write to standard output a line containing
               the window's LeftEdge, TopEdge, Width, Height and
               Title.

           LEFTEDGE n                 
               Set the window's LeftEdge to n, if possible. If a non-
               numeric string is used no action is taken.

           TOPEDGE n                 
               Set the window's TopEdge to n, if possible. If a non-
               numeric string is used no action is taken.

           WIDTH n                 
               Set the window's Width to n, if possible. If a non-
               numeric string is used no action is taken.
               If the string MAX is supplied the Width will be maximized.

           HEIGHT n                 
               Set the window's Height to n, if possible. If a non-
               numeric string is used no action is taken.
               If the string MAX is supplied the Height will be maximized.

     BUGS
           None known.




         
     Page 1
