Skip to content
Snippets Groups Projects
Commit 41598dcb authored by rswindell's avatar rswindell
Browse files

Fixed case of menu filenames: need to be lowercase for Unix-compatibility.

parent 7776995b
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ cmdstr P ...@@ -230,7 +230,7 @@ cmdstr P
end_cmd end_cmd
cmdstr I cmdstr I
menu ../ANSWER menu ../answer
menu pcboard/welcome menu pcboard/welcome
end_cmd end_cmd
......
...@@ -348,7 +348,7 @@ return ...@@ -348,7 +348,7 @@ return
:msg_cfg :msg_cfg
menu MAINCFG menu maincfg
async async
print "\r\nyhCommand: n" print "\r\nyhCommand: n"
getstrupr 10 getstrupr 10
......
...@@ -12,7 +12,7 @@ async ...@@ -12,7 +12,7 @@ async
compare_ars expert compare_ars expert
if_false if_false
clear_abort clear_abort
menu WILDCAT\MAIN menu wildcat/main
print "\r\nwhCommand >>? n" print "\r\nwhCommand >>? n"
else else
print "\r\nyh@GRP@ @SUB@, wMAIN MENUy: ? n" print "\r\nyh@GRP@ @SUB@, wMAIN MENUy: ? n"
...@@ -29,7 +29,7 @@ logkey_comma ...@@ -29,7 +29,7 @@ logkey_comma
cmdkey ? cmdkey ?
compare_ars expert compare_ars expert
if_true if_true
menu WILDCAT\MAIN menu wildcat/main
end_if end_if
end_cmd end_cmd
cmdkey M cmdkey M
...@@ -52,7 +52,7 @@ cmdkey U ...@@ -52,7 +52,7 @@ cmdkey U
end_cmd end_cmd
cmdkey N cmdkey N
menu LOGON menu logon
pause pause
end_cmd end_cmd
...@@ -89,7 +89,7 @@ cmdkey P ...@@ -89,7 +89,7 @@ cmdkey P
end_cmd end_cmd
cmdkey I cmdkey I
menu ..\ANSWER menu ../answer
pause pause
end_cmd end_cmd
...@@ -169,7 +169,7 @@ end_cmd ...@@ -169,7 +169,7 @@ end_cmd
cmd_home cmd_home
compare_ars expert compare_ars expert
if_false if_false
menu E-MAIL menu e-mail
end_if end_if
async async
print "\r\nyhE-mail: n" print "\r\nyhE-mail: n"
...@@ -179,7 +179,7 @@ logkey ...@@ -179,7 +179,7 @@ logkey
cmdkey ? cmdkey ?
compare_ars expert compare_ars expert
if_true if_true
menu E-MAIL menu e-mail
end_if end_if
end_cmd end_cmd
...@@ -249,7 +249,7 @@ async ...@@ -249,7 +249,7 @@ async
compare_ars expert compare_ars expert
if_false if_false
clear_abort clear_abort
menu WILDCAT\FILE menu wildcat/file
print "\r\nwhCommand >>? n" print "\r\nwhCommand >>? n"
else else
print "\r\nyh@LIB@ @DIR@, wFILE MENUy: ? n" print "\r\nyh@LIB@ @DIR@, wFILE MENUy: ? n"
...@@ -263,7 +263,7 @@ logkey_comma ...@@ -263,7 +263,7 @@ logkey_comma
cmdkey ? cmdkey ?
compare_ars expert compare_ars expert
if_true if_true
menu WILDCAT\FILE menu wildcat/file
end_if end_if
end_cmd end_cmd
...@@ -303,7 +303,7 @@ cmdkey D ...@@ -303,7 +303,7 @@ cmdkey D
cmdkey U cmdkey U
print "\r\nchUpload File\r\n" print "\r\nchUpload File\r\n"
chkfile "..\text\menu\upload.*" chkfile "../text/menu/upload.*"
if_true if_true
menu upload menu upload
end_if end_if
...@@ -399,7 +399,7 @@ async ...@@ -399,7 +399,7 @@ async
compare_ars expert compare_ars expert
if_false if_false
clear_abort clear_abort
menu WILDCAT\MSG menu wildcat/msg
print "\r\nwhCommand >>? n" print "\r\nwhCommand >>? n"
else else
print "\r\nyh@GRP@ @SUB@, wMESSAGE MENUy: ? n" print "\r\nyh@GRP@ @SUB@, wMESSAGE MENUy: ? n"
...@@ -413,7 +413,7 @@ logkey_comma ...@@ -413,7 +413,7 @@ logkey_comma
cmdkey ? cmdkey ?
compare_ars expert compare_ars expert
if_true if_true
menu WILDCAT\MSG menu wildcat/msg
end_if end_if
end_cmd end_cmd
...@@ -479,7 +479,7 @@ cmdkey U ...@@ -479,7 +479,7 @@ cmdkey U
cmd_home cmd_home
compare_ars expert compare_ars expert
if_false if_false
menu MAINCFG menu maincfg
end_if end_if
async async
print "\r\nyhConfig: n" print "\r\nyhConfig: n"
...@@ -489,7 +489,7 @@ cmdkey U ...@@ -489,7 +489,7 @@ cmdkey U
cmdkey ? cmdkey ?
compare_ars expert compare_ars expert
if_true if_true
menu MAINCFG menu maincfg
end_if end_if
end_cmd end_cmd
...@@ -566,7 +566,7 @@ async ...@@ -566,7 +566,7 @@ async
compare_ars expert compare_ars expert
if_false if_false
clear_abort clear_abort
menu WILDCAT\SYSOP menu wildcat/sysop
print "\r\nwhCommand >>? n" print "\r\nwhCommand >>? n"
else else
print "\r\nyh@GRP@ @SUB@, wSYSOP MENUy: ? n" print "\r\nyh@GRP@ @SUB@, wSYSOP MENUy: ? n"
...@@ -580,7 +580,7 @@ logkey_comma ...@@ -580,7 +580,7 @@ logkey_comma
cmdkey ? cmdkey ?
compare_ars expert compare_ars expert
if_true if_true
menu WILDCAT\SYSOP menu wildcat/sysop
end_if end_if
end_cmd end_cmd
......
...@@ -252,7 +252,7 @@ cmdkey B ...@@ -252,7 +252,7 @@ cmdkey B
cmdkey C cmdkey C
print_local "Config\r\n" print_local "Config\r\n"
menu XFERCFG menu xfercfg
async async
print "\r\nyhConfig: n" print "\r\nyhConfig: n"
getcmd ?QBEP\r getcmd ?QBEP\r
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment