You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Wiki/База знаний.txt

5 lines
217 B

Çàïóñê ïðîãðàììû èç äðóãîãî îêíà êîíñîëè
https://stackoverflow.com/questions/15899798/subprocess-popen-in-different-console
import os
os.system("start cmd /K dir") #/K remains the window, /C executes and dies (popup)