home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / startvio.zip / vio / readme.txt next >
Text File  |  1998-02-20  |  2KB  |  55 lines

  1.  
  2.        files:  readme.txt - this file
  3.                vio        - makefile
  4.                vio.c      - source
  5.                vio.exe    - executable
  6.  
  7.  description:  A small program that demonstrates one way of
  8.                starting VIO windows with different System VIO
  9.                font sizes.  It works by changing the saved
  10.                font size in the USER .ini file before starting
  11.                the window.  The program saves and restores
  12.                the prior saved-font-size.
  13.  
  14.       syntax:  VIO size title p1 ... pn
  15.  
  16.                where:  size  - font size [see table below]
  17.                        title - window title
  18.                        p1..n - CMD.EXE parameters
  19.  
  20.      example:  VIO  3  "A small window"  /k "dir /w /p"
  21.  
  22.                This will start a VIO window with using
  23.                the 8x8 System VIO font with the title
  24.                "A small window".  Then, the parameters
  25.                '/k "dir /w /p"' will be passed to CMD.EXE.
  26.  
  27.   font sizes:  size - Height Width
  28.  
  29.                  2  -     8 x 8
  30.                  3  -    10 x 6
  31.                  4  -    10 x 8
  32.                  5  -    12 x 8
  33.                  6  -    14 x 6
  34.                  7  -    14 x 8
  35.                  8  -    15 x 7
  36.                  9  -    16 x 8
  37.                 10  -    16 x 12
  38.                 11  -    18 x 8
  39.                 12  -    18 x 10
  40.                 13  -    20 x 12
  41.                 14  -    22 x 12
  42.                 15  -    25 x 7
  43.                 16  -    30 x 12
  44.  
  45.      caveats:  The .ini file application and key used
  46.                to change the font size is undocumented.
  47.                Usual Mission Impossible disclaimer here.
  48.  
  49.   comments &
  50.  suggestions:  Welcome!
  51.  
  52.       author:  Ben Ravago
  53.                bjr@hq.sequel.net
  54.  
  55.