Answer the question
In order to leave comments, you need to log in
Running commands in sequence in python cmd?
I need to execute several commands sequentially one after another in one cmd terminal, for example:
C:\Users\user>wsl sudo -i dockerd
[sudo] password for user: "password"
wsl sudo -i dockerd
and then the password and the like Answer the question
In order to leave comments, you need to log in
maybe you need to start with
cmd /k
then after the commands the terminal will not close
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question