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

DIR commands use shell/comspec (rather than "command.com" always).

parent f59d220a
Branches
Tags
No related merge requests found
......@@ -256,8 +256,9 @@ if_true
compare_str "DIR" # directory of current lib/dir
if_true
chksyspass
print "\r\nDirectory of %f\r\n\r\n"
if_true
exec_int command /c dir %f /p
exec_int "%y /c dir %f /p"
end_if
return
end_if
......@@ -276,7 +277,7 @@ if_true
if_true
shift_str 3
call get_arg
exec_int command /c dir %s /p
exec_int "%y /c dir %s /p"
end_if
return
end_if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment