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

Use new modules: text_sec, logonlist, and msglist. Also accept lowercase input for ;string commands

parent ab02e898
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ cmdkey ; ...@@ -164,7 +164,7 @@ cmdkey ;
if_true if_true
shift_str 1 shift_str 1
else else
getstrupr 40 getstr 40
end_if end_if
exec_bin "str_cmds %s" exec_bin "str_cmds %s"
end_cmd end_cmd
...@@ -202,8 +202,9 @@ if_true ...@@ -202,8 +202,9 @@ if_true
# Commands # Commands
cmdkey A cmdkey A
auto_message exec_bin "automsg.js"
end_cmd end_cmd
cmdkey /A cmdkey /A
compare_ars ANSI and not GUEST compare_ars ANSI and not GUEST
if_false if_false
...@@ -227,6 +228,7 @@ cmdkey C ...@@ -227,6 +228,7 @@ cmdkey C
cmdkey D cmdkey D
user_defaults user_defaults
exec_bin "termsetup"
end_cmd end_cmd
cmdkey E cmdkey E
...@@ -243,7 +245,7 @@ cmdkey /F ...@@ -243,7 +245,7 @@ cmdkey /F
end_cmd end_cmd
cmdkey G cmdkey G
text_file_section exec_bin "text_sec"
end_cmd end_cmd
cmdkey I cmdkey I
...@@ -254,6 +256,10 @@ cmdkey J ...@@ -254,6 +256,10 @@ cmdkey J
msg_select_area msg_select_area
end_cmd end_cmd
cmdkey L
exec_bin "msglist"
end_cmd
cmdkey /L cmdkey /L
exec_bin "nodelist" exec_bin "nodelist"
end_cmd end_cmd
...@@ -319,10 +325,13 @@ cmdkey /S ...@@ -319,10 +325,13 @@ cmdkey /S
cmdkey U cmdkey U
print "\r\n\1c\1hList Users\r\n" print "\r\n\1c\1hList Users\r\n"
mnemonics "\r\n~Logons Today, ~Sub-board, or ~All: " mnemonics "\r\n~Logons Today, ~Sub-board, or ~All: "
getcmd LSA\r getcmd LSAY\r
cmdkey L cmdkey L
userlist_logons exec_bin "logonlist"
end_cmd
cmdkey Y
exec_bin "logonlist -y"
end_cmd end_cmd
cmdkey S cmdkey S
userlist_sub userlist_sub
...@@ -634,7 +643,7 @@ cmdkey ; ...@@ -634,7 +643,7 @@ cmdkey ;
if_true if_true
shift_str 1 shift_str 1
else else
getstrupr 40 getstr 40
end_if end_if
exec_bin "str_cmds %s" exec_bin "str_cmds %s"
end_cmd end_cmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment