home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GRAPHICS / MDEM5B.ZIP / EXAM / GO_HELP.BAT
DOS Batch File  |  1994-03-31  |  910b  |  29 lines

  1. echo off
  2. CLS
  3. echo You are about to view the MakeDemo "Help" facility. It was created
  4. echo with MDEMO, the presentation creation program of MakeDemo. This time
  5. echo we will use MSHOW.EXE as the "engine" for presenting the file. We
  6. echo will not be creating a single .EXE executible file as we did
  7. echo previously with WATCH_ME.1ST.
  8. echo
  9. echo As a reminder, the first time you view MDEMO.HLP, MSHOW creates the
  10. echo index MDEMO.INX and saves it to disk.
  11. echo
  12. echo C:\MDEMO MSHOW MDEMO.HLP
  13. echo
  14. PAUSE
  15. echo For purposes of this demonstration, this batch file will
  16. CD..
  17. MSHOW MDEMO.HLP
  18. CLS
  19. echo While you can access MDEMO.HLP from within MDEMO when you are working
  20. echo on a presentation, there is much you can learn by "working" on it as
  21. echo you would one of your own creations. Modify it if you wish; make it
  22. echo your own.
  23. echo
  24. echo This completes HELP.BAT
  25. echo
  26. PAUSE
  27. CD EXAM
  28.  
  29.