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
end_cmd
cmdstr I
menu ../ANSWER
menu ../answer
menu pcboard/welcome
end_cmd
......
......@@ -348,7 +348,7 @@ return
:msg_cfg
menu MAINCFG
menu maincfg
async
print "\r\nyhCommand: n"
getstrupr 10
......
......@@ -12,7 +12,7 @@ async
compare_ars expert
if_false
clear_abort
menu WILDCAT\MAIN
menu wildcat/main
print "\r\nwhCommand >>? n"
else
print "\r\nyh@GRP@ @SUB@, wMAIN MENUy: ? n"
......@@ -29,7 +29,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu WILDCAT\MAIN
menu wildcat/main
end_if
end_cmd
cmdkey M
......@@ -52,7 +52,7 @@ cmdkey U
end_cmd
cmdkey N
menu LOGON
menu logon
pause
end_cmd
......@@ -89,7 +89,7 @@ cmdkey P
end_cmd
cmdkey I
menu ..\ANSWER
menu ../answer
pause
end_cmd
......@@ -169,7 +169,7 @@ end_cmd
cmd_home
compare_ars expert
if_false
menu E-MAIL
menu e-mail
end_if
async
print "\r\nyhE-mail: n"
......@@ -179,7 +179,7 @@ logkey
cmdkey ?
compare_ars expert
if_true
menu E-MAIL
menu e-mail
end_if
end_cmd
......@@ -249,7 +249,7 @@ async
compare_ars expert
if_false
clear_abort
menu WILDCAT\FILE
menu wildcat/file
print "\r\nwhCommand >>? n"
else
print "\r\nyh@LIB@ @DIR@, wFILE MENUy: ? n"
......@@ -263,7 +263,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu WILDCAT\FILE
menu wildcat/file
end_if
end_cmd
......@@ -303,7 +303,7 @@ cmdkey D
cmdkey U
print "\r\nchUpload File\r\n"
chkfile "..\text\menu\upload.*"
chkfile "../text/menu/upload.*"
if_true
menu upload
end_if
......@@ -399,7 +399,7 @@ async
compare_ars expert
if_false
clear_abort
menu WILDCAT\MSG
menu wildcat/msg
print "\r\nwhCommand >>? n"
else
print "\r\nyh@GRP@ @SUB@, wMESSAGE MENUy: ? n"
......@@ -413,7 +413,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu WILDCAT\MSG
menu wildcat/msg
end_if
end_cmd
......@@ -479,7 +479,7 @@ cmdkey U
cmd_home
compare_ars expert
if_false
menu MAINCFG
menu maincfg
end_if
async
print "\r\nyhConfig: n"
......@@ -489,7 +489,7 @@ cmdkey U
cmdkey ?
compare_ars expert
if_true
menu MAINCFG
menu maincfg
end_if
end_cmd
......@@ -566,7 +566,7 @@ async
compare_ars expert
if_false
clear_abort
menu WILDCAT\SYSOP
menu wildcat/sysop
print "\r\nwhCommand >>? n"
else
print "\r\nyh@GRP@ @SUB@, wSYSOP MENUy: ? n"
......@@ -580,7 +580,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu WILDCAT\SYSOP
menu wildcat/sysop
end_if
end_cmd
......
......@@ -252,7 +252,7 @@ cmdkey B
cmdkey C
print_local "Config\r\n"
menu XFERCFG
menu xfercfg
async
print "\r\nyhConfig: n"
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