home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / ebl.zip / BAT3INFO.DOC < prev    next >
Text File  |  1988-01-16  |  6KB  |  193 lines

  1.  
  2.  
  3.            Extended Batch Language Version 3
  4.  
  5.      EXCITEMENT COMES TO PC BATCH FILES!
  6.  
  7.  
  8.  
  9.      We are  pleased  to  announce  the  introduction of Extended
  10.      Batch Language Version  3! Although the  price is    now  $49,
  11.      this  new version has  powerful  new  capabilities you don't
  12.      want to miss!
  13.  
  14.      *     Create custom    menus automatically.  Integrate  programs
  15.      they way YOU want to use them, even dissimilar ones.
  16.  
  17.      *     Create  your own  customized  "shell"  to  enhance  your
  18.      system's  capabilities,  or   to   hide  its  unfriendly
  19.      features.
  20.  
  21.      *     Make programs run automatically, by  passing  it  stored
  22.      keystrokes, or read messages from its screen.
  23.  
  24.      *     Enhanced string and arithmetic operations and precision.
  25.      Optional floating point too!
  26.  
  27.      *     Path, Environment, and File I/O support.
  28.  
  29.      *     Extend EBL commands and variables as you need them.
  30.  
  31.      *     TopView, Windows, and DESQview support.
  32.  
  33.      We know that you don't  want  to miss these high-performance
  34.      features  for  batch   files.  With  your    order,    you  will
  35.      receive:
  36.  
  37.      *     The latest version of Extended Batch Language.
  38.  
  39.      *     Comprehensive    documentation  packed  with  examples and
  40.      sample programs.
  41.  
  42.      *     Free updates to EBL using  the  BAT-BBS,  an  electronic
  43.      forum to  ask    questions,  discuss  problems, and  share
  44.      programs and tips.
  45.  
  46.      *     Source code for the extended EBL functions.
  47.  
  48.      *     Money back guarantee if you're not completely satisfied.
  49.  
  50.      If  you're intrigued,  simply  register  for  $49  to take a
  51.      closer look.   Send your orders to Seaware  Corp., P.O.  Box
  52.      1656, Delray  Beach,  FL 33444.   Or  call  our  order  line
  53.      toll-free at 1-800-634-8188. If you live outside of the U.S.,
  54.      please  add  $12  for  foreign  shipping  and  handling  U.S.
  55.      dollars only.  Florida residents  please  add 5% tax.  Sorry,
  56.      no COD's.
  57.  
  58.      Extended Batch  Language  Version    3  is the solution you'll
  59.      call amazing.  Try it, risk free!
  60.  
  61.  
  62.  
  63.      EXCITEMENT COMES TO PC BATCH FILES!            1
  64.  
  65.  
  66.            Extended Batch Language Version 3
  67.  
  68.      VERSION 3 - THE INSIDE STORY
  69.  
  70.  
  71.  
  72.      We  threw    the  book at  it!  Almost  everything  you  could
  73.      possible  have is now in  Extended Batch Language Version 3.
  74.      We took time in getting everyone's suggestions into  it, and
  75.      used  very little    memory in  doing  it.  Here's some of the
  76.      highlights:
  77.  
  78.      *     Menus are  easy to create.  Just use the "Executive Menu
  79.      Facility" to create customized menus the way YOU want to
  80.      see  them.  This  automatic  procedure,  written in EBL,
  81.      will create a    custom    menu  without ever having to know
  82.      any  details  about  the  EBL    Language or batch  files.
  83.      Using your PC couldn't be easier.
  84.  
  85.      *     Complete freedom with    all variables.    Strings can be up
  86.      to 127 characters mixed  case, numbers to 19 digits.  If
  87.      the built in  variables  aren't enough for you, you  can
  88.      now have as many as you want!    Reserve from 0 to  64K of
  89.      memory  for  "extended  variables"  that  can  have long
  90.      descriptive names, do indexing, create arrays, and more.
  91.      But you wanted floating point arithmetic?  Just load the
  92.      optional float point math extensions!    Even use the 8087
  93.      math co-processor if you have it!
  94.  
  95.      *     Extended functions give you  additional  power where you
  96.      need    it.  Intended  for  programmers  needing  special
  97.      capabilities,    several types of functions are available:
  98.      DOS  support (CHDIR,  MKDIR,  REBOOT), low  level system
  99.      support  (PEEK,  POKE,  INT86), string  support  (STRIP,
  100.      LOWER, UPPER), math support (FLOAT, INT, FRAC), and MUCH
  101.      more!
  102.  
  103.      *     Add your own functions to EBL.  If  you  have additional
  104.      requirements for the EBL language,  you  can create them
  105.      using    MASM,  C,  Pascal,  etc.  The    source    code  for
  106.      Seaware's  extended functions (written  in Turbo Pascal)
  107.      is provided as an example to registered users.
  108.  
  109.      *     Full support for many more environments like PC Network,
  110.      TopView, Windows, DESQview and of course DOS 2 and DOS3.
  111.      Also,    a  flexible  interrupt mechanism  was added  that
  112.      makes EBL work with even more programs than ever before.
  113.  
  114.      *     File I/O is  easy within EBL Version 3. Use it to  setup
  115.      printers,  keep  configuration  information,  initialize
  116.      programs, or even create other batch files!
  117.  
  118.      *     Error recovery is now available  within batch files!  In
  119.      cases where  an error    is  detected  while the EBL batch
  120.      file  is  running,  you  can  now  include a  routine to
  121.      recover gracefully from the problem.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.      VERSION 3 - THE INSIDE STORY                2
  129.  
  130.  
  131.            Extended Batch Language Version 3
  132.  
  133.      *     Goodies  galore!  There  are  many more  capabilities in
  134.      Version 3  now  like: Quoted strings,    ability to remove
  135.      EBL from memory, more flexible program format to improve
  136.      readability,  access  to  DOS    environment variables and
  137.      return codes, ability to write directly to video RAM for
  138.      speed, and lots more!
  139.  
  140.      *     Our  new  manual  has     almost  400  pages  packed  with
  141.      examples,  tips, details about every  possible  feature,
  142.      and  several  sample  programs.  We  made  our  terrific
  143.      manual even better!
  144.  
  145.      And that's just for  starters!  If  you're intrigued, simply
  146.      register for  $49    to take a closer look.    We  guarantee you
  147.      won't  be  disappointed,  or  your  money  back.
  148.  
  149.      Send your orders to  Seaware  Corp.,  P.O. Box  1656,  Delray
  150.      Beach FL, 33444. Or call our order line   at   1-800-634-8188.
  151.      If you live outside of the U.S., please add $12 for  foreign
  152.      shipping and handling, U.S. dollars only.    Florida residents
  153.      please add 5% tax.  Sorry, no COD's.
  154.  
  155.      Extended  Batch Language Version  3  is the solution  you'll
  156.      call amazing.  Try it, risk free!
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.      VERSION 3 - THE INSIDE STORY                3
  191.  
  192.  
  193.