I have saved several codes written in python to a visual studio file.
How can I open and run the file at once?
At the command prompt, python script.1 script.2 script.3....
In that case, only script.1Can't I complete the script.1 process?
How do I write at the command prompt if I want to perform multiple actions at the same time?
Thank you for your cooperation.
python command-prompt
start python 1.py&start python 2.py
with start python??.py
delimited to run multiple commands at once.
Each command opens a command prompt window.
© 2024 OneMinuteCode. All rights reserved.