It would be useful if the execute a command window could remain open after running the command or just show any output the command had.
I can .bat the command and put in a pause but it doesnt need that if I could just see the output result from the command to ensure it ran successfully.
I will primarily be using it with AWS CLI commands.
It appears (at least with aws cli windows) if the command errors it doesnt trigger the && pause which is ironically the time you would want it to remain.