-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathm_main.mnu
123 lines (79 loc) · 1.72 KB
/
m_main.mnu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
This is a template sample E[TIME]
--------------------------------------------------------------------------------
C[TITLE]
^1. * This item call a sub menu....................... ^
^2. This item execute ls -lisa command.............. ^
^3. * Here you can show environment variables......... ^
^4. ................................................ ^
^5. ................................................ ^
^6. ................................................ ^
^7. ................................................ ^
^8. ................................................ ^
^9. ................................................ ^
^0. ................................................ ^
^X. Exit ^
Selezione..: [ &]
c[MSG]
--------------------------------------------------------------------------------
L[INFOTERM] E[MENUNAME]
F1=Printers
$$
%1
$m_submenu
A menu called sumenu.mnu will be open
%2
/bin/ls -lisa; read a
This item show shell file list
%3
$m_env
%4
%5
%6
%7
%8
%9
%0
%X
fine
%%
#[Display options]
#=================
TITOLO=Menu title
RVS_ROW=0,22
#[Function key configuration]
#============================
NOKEYDISP
#KEYDISP
#ET1=
#FZ1=
#PW1=
#ET2=
#FZ2=
#PW2=
#ET3=
#FZ3=
#PW3=
#ET4=
#FZ4=
#PW4=
#ET5=
#FZ5=
#PW5=
#ET6=
#FZ6=
#PW6=
#ET7=
#FZ7=
#PW7=
#ET8=
#FZ8=
#PW8=
#ET9=
#FZ9=
#PW9=
#ET10=
#FZ10=
#PW10=
#[Others]
SHELL=sh
EDITOR=vi