home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / size1.zip / SIZE.DOC next >
Text File  |  1988-12-10  |  2KB  |  56 lines

  1.             
  2.                 SIZE.EXE
  3.  
  4.     The purpose of this program is to allow the user of IBM's OS/2 
  5. ver 1.1 to control the size of the Presentation Manager windows after clicking
  6. on the "maximixe" icon on the VGA display.
  7.  
  8.     Normally, one can resize the normal size windows in a variety of 
  9. ways, but the PM's "maximized" windows are not adjustable.  What is more,
  10. they are not full screen, and may not be acceptable for all users in the 
  11. default size.
  12.  
  13.     A limited degree of control is provided by the mode.com utility,
  14. because the window sessions will respond to the line parameters passed to
  15. that utility.  But mode.com will only accept two line size parameters for
  16. the VGA: 25 and 50.
  17.  
  18.     Size.exe provides a greater degree of control for the VGA screen,
  19. because it will accept any line size, from 1 - 99.  Of course, it is only
  20. practical to use values from 10 to 55.  In addition, size.exe is much 
  21. smaller and faster executing than mode.com.
  22.  
  23.     The syntax is 
  24.  
  25.             size <character_rows>
  26.  
  27.     where character_rows can be an iteger from 10 - 55.
  28.  
  29.     For example, 
  30.  
  31.             size 25        ; default screen size with large font
  32.             size 29        ; full screen with large font
  33.             size 52        ; full screen with small font
  34.             size 25        ; half screen with small font
  35.  
  36.     These examples are what fits my monitor; other monitors may differ.
  37.  
  38.     Also, I find that this technique is more successful for the windowed
  39. OS/2 sessions than for the full screen OS/2 sessions (which are actually run
  40. under a separate character mode shell); the character based shell responds
  41. to 25 and 50 only.
  42.  
  43.                 
  44.                 Harve Schiffman
  45.                 Compuserve 72261,347
  46.  
  47.  
  48.  
  49.  
  50.     
  51.  
  52.  
  53.  
  54.  
  55.  
  56.