home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 12 / 0009 / bat3info.doc < prev    next >
Encoding:
Text File  |  1991-12-02  |  6.7 KB  |  195 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.  If you're already registered,  update yourself
  52.      by mailing $19 and the back cover of your manual.  Send your
  53.      orders to Seaware  Corp., P.O.  Box 1656, Delray  Beach,  FL
  54.      33444.   Or   call  our   order   line   at   1-800-622-4070
  55.      (1-800-942-7317 in  Illinois).  If  you  live outside of the
  56.      U.S., please add $12 for foreign shipping and handling, U.S.
  57.      dollars only.  Florida  residents please add 5% tax.  Sorry,
  58.      no COD's.
  59.  
  60.      Extended Batch  Language  Version  3  is the solution you'll
  61.      call amazing.  Try it, risk free!
  62.  
  63.  
  64.  
  65.      EXCITEMENT COMES TO PC BATCH FILES!                        1
  66.  
  67.      
  68.                    Extended Batch Language Version 3
  69.      
  70.      VERSION 3 - THE INSIDE STORY
  71.  
  72.  
  73.  
  74.      We  threw  the  book at  it!  Almost  everything  you  could
  75.      possible  have is now in  Extended Batch Language Version 3.
  76.      We took time in getting everyone's suggestions into  it, and
  77.      used  very little  memory in  doing  it.  Here's some of the
  78.      highlights:
  79.  
  80.      *   Menus are  easy to create.  Just use the "Executive Menu
  81.          Facility" to create customized menus the way YOU want to
  82.          see  them.  This  automatic  procedure,  written in EBL,
  83.          will create a  custom  menu  without ever having to know
  84.          any  details  about  the  EBL  Language or batch  files.
  85.          Using your PC couldn't be easier.
  86.  
  87.      *   Complete freedom with  all variables.  Strings can be up
  88.          to 127 characters mixed  case, numbers to 19 digits.  If
  89.          the built in  variables  aren't enough for you, you  can
  90.          now have as many as you want!  Reserve from 0 to  64K of
  91.          memory  for  "extended  variables"  that  can  have long
  92.          descriptive names, do indexing, create arrays, and more.
  93.          But you wanted floating point arithmetic?  Just load the
  94.          optional float point math extensions!  Even use the 8087
  95.          math co-processor if you have it!
  96.  
  97.      *   Extended functions give you  additional  power where you
  98.          need   it.  Intended  for  programmers  needing  special
  99.          capabilities,  several types of functions are available:
  100.          DOS  support (CHDIR,  MKDIR,  REBOOT), low  level system
  101.          support  (PEEK,  POKE,  INT86), string  support  (STRIP,
  102.          LOWER, UPPER), math support (FLOAT, INT, FRAC), and MUCH
  103.          more!
  104.  
  105.      *   Add your own functions to EBL.  If  you  have additional
  106.          requirements for the EBL language,  you  can create them
  107.          using  MASM,  C,  Pascal,  etc.  The   source  code  for
  108.          Seaware's  extended functions (written  in Turbo Pascal)
  109.          is provided as an example to registered users.
  110.  
  111.      *   Full support for many more environments like PC Network,
  112.          TopView, Windows, DESQview and of course DOS 2 and DOS3.
  113.          Also,  a  flexible  interrupt mechanism  was added  that
  114.          makes EBL work with even more programs than ever before.
  115.  
  116.      *   File I/O is  easy within EBL Version 3. Use it to  setup
  117.          printers,  keep  configuration  information,  initialize
  118.          programs, or even create other batch files!
  119.  
  120.      *   Error recovery is now available  within batch files!  In
  121.          cases where  an error  is  detected  while the EBL batch
  122.          file  is  running,  you  can  now  include a  routine to
  123.          recover gracefully from the problem.
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      VERSION 3 - THE INSIDE STORY                               2
  131.  
  132.      
  133.                    Extended Batch Language Version 3
  134.      
  135.      *   Goodies  galore!  There  are  many more  capabilities in
  136.          Version 3  now  like: Quoted strings,  ability to remove
  137.          EBL from memory, more flexible program format to improve
  138.          readability,  access  to  DOS  environment variables and
  139.          return codes, ability to write directly to video RAM for
  140.          speed, and lots more!
  141.  
  142.      *   Our  new  manual  has   almost  400  pages  packed  with
  143.          examples,  tips, details about every  possible  feature,
  144.          and  several  sample  programs.  We  made  our  terrific
  145.          manual even better!
  146.  
  147.      And that's just for  starters!  If  you're intrigued, simply
  148.      register for  $49  to take a closer look.  We  guarantee you
  149.      won't  be  disappointed,  or  your  money  back.  If  you're
  150.      already registered, update yourself by mailing just  $19 and
  151.      the back cover of your manual.
  152.  
  153.      Send your orders  to Seaware Corp.,  P.O.  Box 1656,  Delray
  154.      Beach, FL  33444.  Or call our  order line at 1-800-622-4070
  155.      (1-800-942-7317  in  Illinois).  If  you live outside of the
  156.      U.S., please add $12 for foreign shipping and handling, U.S.
  157.      dollars only.  Florida  residents please add 5% tax.  Sorry,
  158.      no COD's.
  159.  
  160.      Extended  Batch Language Version  3  is the solution  you'll
  161.      call amazing.  Try it, risk free!
  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.  
  191.  
  192.  
  193.  
  194.  
  195.      VERSION 3 - THE INSIDE STORY                               3
  196.  
  197.  
  198.