home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT214.ZIP / SEBFU40.LZH / WINDOW.DOC < prev    next >
Text File  |  1991-09-25  |  3KB  |  106 lines

  1.  
  2.                            W I N D O W     Ver. 4.0
  3.  
  4.  
  5.                     (C)1989,1990,1991  Scanlon Enterprises
  6.  
  7.  
  8.  
  9.  
  10.        WINDOW is a small utility to clear a section of the display to a 
  11.        desired color or optionally, scroll a section of the screen.
  12.  
  13.        WINDOW will scroll either up or down.
  14.  
  15.  
  16.        Syntax : WINDOW sr sc er ec /Fc /Bc /Dn /Ln
  17.  
  18.  
  19.        Where :  'sr'   is the top line of the window
  20.                 'sc'   is the left column of the window
  21.                 'er'   is the bottom of the window
  22.                 'ec'   is the right margin
  23.                 '/Fc'  sets the foreground color to 'c'
  24.                 '/Bc'  Sets the background color to 'c'
  25.                 '/Dn'  Direction, where 'n' = 0 for up or 1 for down
  26.                          other values result in an error
  27.                 '/Ln'  Scroll 'n' lines, or if zero, initializes a window
  28.  
  29.  
  30.        Defaults: uses the existing colors, does NOT scroll.
  31.        An error will result if 'sr', 'sc', 'er' and 'ec' are NOT all 
  32.        specified.
  33.  
  34.  
  35.        ERRORLEVELS:
  36.        Exit with an errorlevel of 255 if tamper detected
  37.                                   254 if not in text mode
  38.                                   253 if command line error
  39.  
  40.  
  41.        EXAMPLE:
  42.  
  43.        WINDOW 5 5 10 20
  44.  
  45.        Clears the area from line 5, column 5 thru line 10 column 20 
  46.        using the existing colors
  47.  
  48.        WINDOW 5 5 10 20 /F7 /B1
  49.  
  50.        Same as above, but uses white on blue
  51.  
  52.        WINDOW 5 5 10 20 /D1 /L2
  53.  
  54.        Scrolls the window as defined in example 1, down 2 lines
  55.  
  56.        WINDOW 5 5 10 20 /D0 /L2
  57.  
  58.        Scrolls the window as defined in example 1, up 2 lines
  59.  
  60.        For additional usage and information on using these utilities see 
  61.        the file SEBFU.DOC or BATUT.DOC.
  62.  
  63.       Page 1 of 2
  64.  
  65.                             W I N D O W    Ver. 4.0
  66.  
  67.  
  68.                     (C)1989,1990,1991  Scanlon Enterprises
  69.  
  70.  
  71.  
  72.                              O R D E R     F O R M
  73.  
  74.  
  75.  
  76.  
  77.        WINDOW registration ..................................... $1.50
  78.  
  79.  
  80.  
  81.  
  82.        What you get :
  83.  
  84.        Unlimited usage of WINDOW, and phone or write in support. You 
  85.        will also be placed on our mailing list for future updates and 
  86.        new products.
  87.  
  88.        We are offering this utility seperate from SEBFU as a favor to 
  89.        users who do NOT wish to use many of the SEBFU utilities.
  90.  
  91.        This utility is automatically registered to you when you register 
  92.        SEBFU as a product (see REG.DOC). Registering SEBFU as a product 
  93.        is a better bargin, as each utility will cost less than $ .25 
  94.        each.
  95.  
  96.  
  97.        Vendors:
  98.  
  99.        You may distribute WINDOW seperately, provided this document is 
  100.        distributed as well. Any reasonable fee may be charged.
  101.  
  102.  
  103.        Send your order to : SCANLON ENTERPRISES
  104.                             38354 17TH ST E.
  105.                             PALMDALE, CA 93550
  106.