Skip to content
Advertisement

How can I run many python scripts at once?

I’m working on some python scripts using PyCharm. Running scripts from PyCharm works fine, but I tried bundling them up with a batch file and cmd just goes nuts:

JavaScript

Other scripts which did not require importing modules worked fine. Help!

Advertisement

Answer

Is your html creator a script? Or more like module? If it’s like a module the try:

JavaScript
Advertisement