home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / benv302.zip / WHATSNEW.TXT < prev   
Text File  |  1992-09-23  |  5KB  |  111 lines

  1. List of Changes from Version 3.01 to Version 3.02
  2. ─────────────────────────────────────────────────
  3.  
  4. I.   Addition of new functions:
  5.      A.   MENULCD - same as MENU, except the menu is displayed in
  6.           black and white for increased legibility.
  7.      
  8. II.  Changes made to old functions:
  9.      A.   EXTRACT - improved syntax.
  10.  
  11. III. BENEdit
  12.      A.   BENEdit now includes the "Print" option.
  13.  
  14. List of Changes from Version 3.00 to Version 3.01
  15. ─────────────────────────────────────────────────
  16.  
  17. I.   Addition of new functions:
  18.      A.   GETKEYL - same as GETKEY, except the key is converted
  19.           to lower case before returned.
  20.      B.   GETLINEL - same as GETLINE, except the string is
  21.           converted to lower case before returned.
  22.  
  23. II.  Changes in BEN.EXE:
  24.      A.   Version 3.00's incompatibility with XT computers is
  25.           corrected.
  26.      B.   Stack checking is turned off for faster execution.
  27.  
  28. III. Miscellaneous:
  29.      A.   The song "Entertainer" doesn't play completely in
  30.           version 3.00. This is corrected.
  31.  
  32. List of Changes from Version 2.61 to Version 3.00
  33. ─────────────────────────────────────────────────
  34.  
  35. I.   Addition of new functions:
  36.      A.   CLEANUP - used at the end of batch files. Its purpose
  37.           is cleaning up the mess left behind by batch routines.
  38.      B.   EXTRACT - returns a part of a fully qualified filename.
  39.      C.   FLUSH - clears the keyboard buffer.
  40.      D.   GETCD - returns the current directory to the batch
  41.           file.
  42.      E.   GETVIDEO - checks what kind of video system is
  43.           installed (eg. CGA, VGA) and return the result to the
  44.           batch file.
  45.      F.   PLAY - produces music from the speaker. BEN PLAY uses
  46.           the same statements that the BASIC PLAY uses.
  47.      G.   LIST - a file browser.
  48.      H.   MESSAGE - MESSAGE draws a box on the screen and
  49.           displays the specified message.
  50.      I.   SAVEPATH - SAVEPATH is a environment-memory
  51.           conservation function.
  52.      J.   SHELL - SHELL lets the user jump to DOS in the middle
  53.           of a batch file.
  54.      K.   TITLEDBOX - TITLEDBOX displays a filled box with a
  55.           title on the screen.
  56.  
  57. II.  Changes made to old functions:
  58.      A.   Renames:
  59.           1.   GOTOXY is now LOCATE.
  60.           2.   COLORNOW is now COLOR.
  61.           3.   ATTRIB is now CLS.
  62.           4.   WAITKEY is now PAUSE.
  63.           5.   INLINE is now GETLINE.
  64.           6.   INLINEU is now GETLINEU.
  65.           7.   INKEY is now GETKEY.
  66.           8.   INKEYU is now GETKEYU.
  67.      B.   Splitting of the BOX function into BOX, FILLEDBOX,
  68.           GROWFILLEDBOX, SHADFILLEDBOX, TRANSPARENTBOX.
  69.      C.   EGAVGA now returns errorlevels of 1 or 2, insteads of 0
  70.           or 1.
  71.      D.   WRITE, WRITEC and WRITEV no longer require you to
  72.           specify the number of words to display.
  73.      E.   WRITE and WRITEC can now "not wrap" to the next line
  74.           when finished displaying.
  75.      F.   CURSOR now supports four shapes: ON, OFF, FULL, HALF.
  76.      G.   DIRDISP gets a new look, and it is now separated to
  77.           DIRDISP and DIRDISPA.
  78.      H.   You can now specify colors with descriptive names. For
  79.           example, instead of "BEN COLOR 15 1", you can use "BEN
  80.           COLOR WHITE BLUE". This is not mandatory, but it
  81.           increases the readability of your batch file.
  82.  
  83. III. Removal of useless functions:
  84.      A.   DEBOX
  85.      B.   SOUND T
  86.      C.   SCROLL T
  87.  
  88. IV.  Other changes in BEN.EXE:
  89.      A.   You can now use the ; comment symbol in T data files.
  90.      B.   You can now use the separator "/" when you stack BEN
  91.           functions. For example, instead of "BEN BEEP CLS BLUE",
  92.           you can use "BEN BEEP / CLS BLUE". This is not
  93.           mandatory, but it increases the readability of your
  94.           batch file.
  95.      C.   Online help is now placed in BEN.HLP instead of the
  96.           main executable BEN.EXE.
  97.  
  98. V.   BENEdit
  99.      A.   BENEdit is a text editor that allows you to edit batch
  100.           files and select BEN features quickly and easily.
  101.  
  102. VI.  Miscellaneous
  103.      A.   BENDEMO.BAT is redesigned.
  104.      B.   INSTALL.BAT is added.
  105.      C.   BEN now uses dynamic memory allocation. This memory
  106.           management method is much better than the static memory
  107.           allocation method in past versions of BEN.
  108.      D.   BEN and the associated executables are now dynamically
  109.           compressed.
  110.      E.   BEN now runs at a much quicker speed.
  111.