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

Updated the 'D'os command from the sysop menu to run the native command shell

(e.g. cmd.exe for NT, sh/bash for Unix, etc).
parent cb119337
Branches
Tags
No related merge requests found
......@@ -609,7 +609,12 @@ cmdkey F
cmdkey D
chksyspass
if_true
exec_int command
compare_ars "UNIX"
if_true
exec_int "%y -i"
else
exec_int "%y"
end_if
end_if
end_cmd
......@@ -637,7 +642,7 @@ cmdkey 2
end_cmd
cmdkey A
exec_int command /c %!SLOG
exec_int %!slog
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