run_powershell

This commit is contained in:
dengrb1
2023-05-05 12:24:01 +08:00
committed by GitHub
parent 95b969c899
commit daf40f39ad

20
command.py Normal file
View File

@@ -0,0 +1,20 @@
import os
from time import sleep
def run():
for i in range(4):
os.system('start powershell')
pass
pass
# mainloop
print('正在启动')
sleep(0.666)
print('Starting up')
sleep(0.22222)
run()
# exit
exit()