home *** CD-ROM | disk | FTP | other *** search
- echo off
- CLS
- echo You are about to view the MakeDemo "Help" facility. It was created
- echo with MDEMO, the presentation creation program of MakeDemo. This time
- echo we will use MSHOW.EXE as the "engine" for presenting the file. We
- echo will not be creating a single .EXE executible file as we did
- echo previously with WATCH_ME.1ST.
- echo
- echo As a reminder, the first time you view MDEMO.HLP, MSHOW creates the
- echo index MDEMO.INX and saves it to disk.
- echo
- echo C:\MDEMO MSHOW MDEMO.HLP
- echo
- PAUSE
- echo For purposes of this demonstration, this batch file will
- CD..
- MSHOW MDEMO.HLP
- CLS
- echo While you can access MDEMO.HLP from within MDEMO when you are working
- echo on a presentation, there is much you can learn by "working" on it as
- echo you would one of your own creations. Modify it if you wish; make it
- echo your own.
- echo
- echo This completes HELP.BAT
- echo
- PAUSE
- CD EXAM
-