0

I have a custom button in Total Commander which runs some executable which runs in the command shell (wget.exe in my case, but that is not important). The command shell disappears as soon as the process exits, so if there is an error, it is impossible to read. What is the most elegant way around that?

1 Answer 1

1

You can prefix the command with %COMSPEC% /K to keep the shell open.

1
  • But you can't see the command passed to cmd, you can only see the output. Commented Jan 8 at 14:24

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.