home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo ezPopMaker-v4.0
- echo (c) Copyright by E. R. Hunter 1992
- echo SHAREWARE
- echo UPDATE INFO AS May 1993
- echo.
- echo.
- echo ezPopMaker v2.0 is an upgrade of easyPopMaker v1.0. The program has been
- echo made smaller and the CONFIGURE file format has been changed so that the
- echo program loads much much quicker. The v1.0 CONFIGURE files can not be
- echo loaded by ezPopMaker v2.0. However, there is a CONFIGURE file conversion
- echo program that will be uploaded to CompuServe IBMSYS forum as EPCONV.ZIP. The
- echo on-line Help file has been modified to act more like a very short tutorial.
- echo A full feature tutorial has been developed that come with the registered
- echo version. The tutorial contains examples and walks the use through
- echo creating programs using ezPopMaker.
- echo.
- pause
- cls
- echo ezPopMaker-v4.0
- echo (c) Copyright by E. R. Hunter 1992
- echo SHAREWARE
- echo UPDATE INFO AS May 1993
- echo.
- echo.
- echo ezPopMaker v3.0 is an upgrade of ezPopMaker v2.0. This upgrade added:
- echo.
- echo ■ Moveable menus. You can now press CTRL-LEFT-ARROW and
- echo CTRL-RIGHT-ARROW to move ezPop's menus around on the
- echo screen.
- echo.
- echo ■ Change Hot_Key at start-up. For EP.EXE only, you can now press
- echo Change the Hot-key at start-up as follow:
- echo.
- echo EP WP50 /r S X
- echo (S=SPECIAL KEY n,a,c,l or r where
- echo n=NONE, a=ALT, c=CTRL, l=Left-Arrow
- echo r=Right-Arrow)
- echo (X=FUNCTION KEY number 1 through 12)
- echo.
- pause
- cls
- echo ezPopMaker-v4.0
- echo (c) Copyright by E. R. Hunter 1992
- echo SHAREWARE
- echo UPDATE INFO AS July 1993
- echo.
- echo.
- echo ezPopMaker v4.0 is an upgrade of ezPopMaker v3.0. This upgrade
- echo.
- echo ■ Corrected bugs in the hot key change routine.
- echo.
- echo ■ Added ability to enter ASCII codes in the input screen to
- echo by entering ~nnn where ~ is a delimiter and nnn is the three
- echo. digit ASCII code. For example, to enter the ESC code in the
- echo special key input screen, you would enter ~027. To enter the
- echo actual ~ character you must enter ~~.
- echo.
- echo.
- echo.
- echo.
-