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

  1.  
  2.                            B I G L T R     Ver. 4.0
  3.  
  4.  
  5.                     (C)1989,1990,1991  Scanlon Enterprises
  6.  
  7.  
  8.  
  9.        BIGLTR is a small batch file utility to aid in displaying large 
  10.        video signs or front end announcments. BIGLTR will display up to 
  11.        10 characters on CGA or MONO systems (more on EGA & VGA). BIGLTR 
  12.        removes trailing (not leading) spaces. BIGLTR makes characters 
  13.        using a 9x8 grid for each character displayed (9 lines by 8 
  14.        columns).
  15.  
  16.        Syntax: BIGLTR msg /Fn /Bn /Pn
  17.  
  18.        ERRORLEVELS:  0FF (255) Program Problem (call Author)
  19.                      003       Bad option/parameter
  20.                      002       Wrong video mode (must be text)
  21.                      001       No message to display
  22.                      000       OK
  23.  
  24.        Where : '/Fn'   Set foreground color
  25.                '/Bn'   Set Background color
  26.                '/Pn'   Set Video page
  27.  
  28.        Defaults: Colors are current screen
  29.                 (See COLOR.DOC) for a list of colors and decimal values)
  30.                  Video page is current active page
  31.  
  32.        Usage  : BIGLTR msg
  33.  
  34.        Displays the message 'msg' using current colors and video page.
  35.  
  36.        Used as a front end to announce an application or a basic 
  37.        advertising screen.
  38.  
  39.  
  40.                 BIGLTR msg /F7
  41.  
  42.        Displays the message 'msg' using the selected color of white, on 
  43.        the current active video page.
  44.  
  45.  
  46.                 BIGLTR msg /F7 /B1
  47.  
  48.        Displays the message 'msg' using the selected color of white on 
  49.        blue, and the current active video page.
  50.  
  51.  
  52.                 BIGLTR msg /F7 /B1 /P2
  53.  
  54.        Displays the message 'msg' using the selected color of white on 
  55.        blue, to the selected video page #2.
  56.  
  57.  
  58.        When using the '/Pn' option, remember, that you must use our 
  59.        GSMODE or simular utility to change to that video page to see the 
  60.        displayed message.
  61.  
  62.  
  63.       Page 1 of 3
  64.  
  65.                            B I G L T R     Ver. 4.0
  66.  
  67.  
  68.                     (C)1989,1990,1991  Scanlon Enterprises
  69.  
  70.  
  71.  
  72.  
  73.        EXAMPLE:
  74.  
  75.                 ECHO OFF
  76.                 CLS
  77.                 BIGLTR ANNOUNCING
  78.                 LOCATE 12 1              {Move cursor to next line}
  79.                 BIGLTR   SEBFU
  80.                 LOCATE 24 1
  81.                 PAUSE
  82.                 {start application}
  83.  
  84.  
  85.        The above would clear the screen then display the two lines
  86.  
  87.                 ANNOUNCING
  88.                   SEBFU
  89.  
  90.  
  91.        In very large characters. The last two lines move the cursor to 
  92.        line 24 (of 25, near the screen bottom) and display a prompt for 
  93.        the user to press a key to continue. Additional lines may be 
  94.        added to make additional advertising or to start an application.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.       Page 2 of 3
  127.  
  128.                               B E E P    Ver. 4.0
  129.  
  130.  
  131.                     (C)1989,1990,1991  Scanlon Enterprises
  132.  
  133.  
  134.  
  135.                              O R D E R     F O R M
  136.  
  137.  
  138.  
  139.  
  140.        BIGLTR registration ..................................... $1.00
  141.  
  142.  
  143.  
  144.  
  145.        What you get :
  146.  
  147.        Unlimited usage of BIGLTR, and phone or write in support. You 
  148.        will also be placed on our mailing list for future updates and 
  149.        new products.
  150.  
  151.        We are offering this utility seperate from SEBFU as a favor to 
  152.        users who do NOT wish to use many of the SEBFU utilities.
  153.  
  154.        This utility is automatically registered to you when you register 
  155.        SEBFU as a product (see REG.DOC). Registering SEBFU as a product 
  156.        is a better bargin, as each utility will cost less than $ .25 
  157.        each.
  158.  
  159.  
  160.        Vendors:
  161.  
  162.        You may distribute BIGLTR seperately, provided this document is 
  163.        distributed as well. Any reasonable fee may be charged.
  164.  
  165.  
  166.        Send your order to : SCANLON ENTERPRISES
  167.                             38354 17TH ST E.
  168.                             PALMDALE, CA 93550
  169.