home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / menuing / smmenu.zip / WHATS.NEW < prev   
Text File  |  1993-08-07  |  3KB  |  80 lines

  1. Level 5.1
  2.  
  3.     - Added SMSTART/SMRUN/SMEXIT feature.
  4.  
  5. Level 5.0  ( General Shareware Release )
  6.  
  7.     - The following commands will now accept %n variables in the
  8.       parameters indicated.  The %n parameters will be expanded
  9.       before the command is executed.  This allows you to make
  10.       these commands dynamic.
  11.  
  12.  
  13.         Command         Parameter which can 
  14.                         contain %n variables
  15.         -----------     ---------------------
  16.  
  17.         !MSG            text
  18.         !ASK            prompt
  19.         !CHOICE         prompt
  20.         !FILE           fmask
  21.         !EXEC           cmd
  22.  
  23.     - A new SUPRMENU command has been added, !EXEC.  The call is
  24.  
  25.             !EXEC,cmd
  26.  
  27.       The cmd string is issued to DOS at the time the !EXEC command
  28.       is encountered, during creation of the BAT file to run your
  29.       application, by temporarily shelling to DOS from within
  30.       SUPRMENU.  This is useful for, for example, issuing DOS COPY
  31.       commands prior to issuing a !REBOOT.  Please note the
  32.       restrictions and warnings given in the documentation.
  33.  
  34.     - The main SUPRMENU menu can now be positioned at the Left,
  35.       Center or Right of the screen.  This is controlled from
  36.       SMSETUP.EXE.
  37.  
  38.       UPGRADING FROM PREVIOUS LEVELS:
  39.         Because of changes to implement this feature, SMMENU.BAT
  40.         must be modified slightly.  A program, SMCONV5.EXE, which
  41.         comes on the upgrade disk, is called from INSTALL when
  42.         installing the upgrade to automatically change the
  43.         SMMENU.BAT file on the PATH.  It can also be executed
  44.         separately.  See the documentation for further 
  45.         explanation.
  46.  
  47. Level 4.1 (First Shareware Release)
  48.  
  49.     - The call to SUPRMENU now supports an additional parameter
  50.       specifying the menu item to position the highlight on.
  51.       SUPRMENU uses this when recalling itself after running an
  52.       application.
  53.     - The *menuname definition line can now specify a menu item
  54.       to return to:
  55.  
  56.             *menuname[,rtnmenu[,itemnumber]]
  57.  
  58.     - SMSETUP now generates SMTEST.BAT in the SUPRMENU subdirectory
  59.       which can be used to test menus being developed.
  60.     - Added prompts to SMSETUP Timeout Parameter window.
  61.  
  62.     - Bug fixes
  63.         - Tightened up code which parses the *menuname line.  There
  64.           were some situations where embedded spaces could cause
  65.           problems.
  66.         - !MSG was causing skip of SUPRMENU commands if message was
  67.           too long.  Now truncates message if is too long and
  68.           displays the truncated message.
  69.  
  70. Level 4.0 (First General Release)
  71. Level 3.1 (Limited Release)
  72. Level 3.0b  (Limited Release)
  73. Level 3.0a  (Limited Release)
  74. Level 3.0 (Limited Release)
  75. Level 2.2 (Limited Release)
  76. Level 2.1 (limited release)
  77. Level 2.0 (Limited Release)
  78. Level 1.1 (LImited Release)
  79. Level 1.0 (Initial release)
  80.