home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
window
/
menu106.lzh
/
MENU.MNU
< prev
next >
Wrap
Text File
|
1990-01-18
|
1KB
|
30 lines
;This is the menu.mnu format:
; "Menu Entry" "Full Path" "Program" "Data"
; Four pieces of information are needed:
;
; 1) "Menu Entry"
; This is what you will se when the menu comes up.
;
; 2) "Full Path"
; This is the full qualified path of where you want
; the program to run. ie. C:\WINDOWS
; note: a '?' tells the menu not to change the path.
;
; 3) "Program"
; This is the program name.
;
; 4) "Data"
; This is what you would send to the program.
;
;
;
"Users Guide to Program Menu" ? WRITE.EXE MENU106.WRI
;
; Notice only the menu entry field has quotes, this is because
; it is the only field that contains spaces. Spaces and tabs
; end the current field and tell the menu program to look for the
; next to start. If a field is enclosed in quotes anything except
; a carrage return (ENTER key) and another quote can be used.
;
"Edit MENU.MNU file" ? NOTEPAD.EXE MENU.MNU