home *** CD-ROM | disk | FTP | other *** search
/ Daytime Express / DaytimeExpress.cdr / 001a / mdem3a.exe / MAKEDEMO.BAT < prev    next >
DOS Batch File  |  1991-06-04  |  702b  |  18 lines

  1. echo off
  2. echo
  3. echo This is a typical .BAT file for making an .EXE file.  It uses the
  4. echo utility "WWP_MAKE.EXE" to combine the presentation "WWP.DD" and
  5. echo our registration form "REGISTER.DOC" to produce "WWP.EXE."
  6. echo
  7. echo To conserve space, we give you the pieces to put together your
  8. echo own copy of the MakeDemo Overview.  And you still have the
  9. echo individual files to investigate later.  See how we implemented
  10. echo the menus and hid the "Help File."  And view the registration
  11. echo form with your text editor in the DOS or ASCII text mode.
  12. echo
  13. echo It's really very simple.  Here goes!
  14. echo on
  15. WWP_MAKE WWP.EXE REGISTER.DOC WWP.DD
  16. echo Now let's see the result!!
  17. WWP
  18.