home *** CD-ROM | disk | FTP | other *** search
/ 5 Star Games: Windows Edition / 5StarsGames-Windows31Edition.iso / elftree / sample.etu < prev    next >
Text File  |  1993-02-06  |  1KB  |  37 lines

  1. :Sample ELFTREE Menu
  2. ***
  3. * This is to get you started designing a menu in ELFTREE.
  4. * The basic ideas are:
  5. ***
  6. * : Starts a menu TITLE.
  7. * * Starts a COMMENT line.
  8. * ! Starts a HELP line.
  9. * @ Precedes the KEY that selects the item.
  10. * $ Starts a COMMAND (and ends a menu description).
  11. *   Commands immediately follow the dollar symbol.
  12. *   Commands can use special symbols.  See ELFTREE.HLP file for more info.
  13. *   Menu names (with extension .ETU) can be used as commands.
  14. ***
  15. * Sample menu commands:
  16. *
  17. * Put the menu             After the dollar ($)
  18. *  description          ┌─ symbol, put the
  19. *   here                │  command
  20. *     │                 │  │
  21. *     │                 │  │
  22. *                        
  23. Print @README.DOC       $copy {ETfind}\README.DOC   PRN
  24. Print @AUTOEXEC.DOC     $copy {ETfind}\AUTOEXEC.DOC PRN
  25. Print @FEATURES.ET      $copy {ETfind}\FEATURES.ET  PRN
  26. Print @Help file        $copy {ETfind}\ELFTREE.HLP  PRN
  27. Print @Order form       $copy {ETfind}\ORDER.DOC    PRN
  28. Print @Site License     $copy {ETfind}\SITELICE.DOC PRN
  29. Print S@ystem files     $copy c:\config.sys prn^copy c:\autoexec.bat prn
  30. *
  31. !Note: You must have PKZIP for this to work.
  32. Zip tagged files        $PKZIP -a {Input}"Enter name of archive file:" @{Temp}{Nowait}
  33. !Note: You must have PKUNZIP for this to work.
  34. Unzip tagged files      $PKUNZIP {Tag}{Fname}{Nowait}
  35. !Note: You must have PKZIP for this to work.
  36. Show ZIP file @contents $PKZIP -v {Fname}
  37.