简体   繁体   中英

How to run multiple batch programs in one batch file at the same time?

我们正在和朋友们制作一个简单的冒险游戏,这是仅使用批处理和python的挑战,我的问题是,当玩家四处移动时,我们如何让我们的机器人在相同的确切窗口中运行?

Threading might be a solution for you. I've not encoutered threading in Python before, but a search brought this thread up with a few examples on implementing threading, or something similar within Python.

How to use threading in Python.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM