I have saved several codes written in python to a visual studio file.

Asked 1 years ago, Updated 1 years ago, 417 views

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

2023-02-28 14:18

1 Answers

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.


2023-02-28 14:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.