home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / window / menu106.lzh / MENU.MNU < prev    next >
Text File  |  1990-01-18  |  1KB  |  30 lines

  1. ;This is the menu.mnu format:
  2. ; "Menu Entry" "Full Path" "Program" "Data"
  3. ; Four pieces of information are needed:
  4. ;
  5. ;   1)  "Menu Entry"
  6. ;           This is what you will se when the menu comes up.
  7. ;
  8. ;   2)  "Full Path"
  9. ;           This is the full qualified path of where you want
  10. ;           the program to run. ie. C:\WINDOWS
  11. ;           note: a '?' tells the menu not to change the path.
  12. ;
  13. ;   3)  "Program"
  14. ;           This is the program name.
  15. ;
  16. ;   4)  "Data"
  17. ;           This is what you would send to the program.
  18. ;
  19. ;
  20. ;
  21. "Users Guide to Program Menu"   ?   WRITE.EXE    MENU106.WRI
  22. ;
  23. ;   Notice only the menu entry field has quotes, this is because
  24. ;   it is the only field that contains spaces. Spaces and tabs
  25. ;   end the current field and tell the menu program to look for the
  26. ;   next to start. If a field is enclosed in quotes anything except
  27. ;   a carrage return (ENTER key) and another quote can be used.
  28. ;
  29. "Edit MENU.MNU file"            ?   NOTEPAD.EXE  MENU.MNU
  30.