run_powershell

This commit is contained in:
dengrb1 2023-05-05 12:24:01 +08:00 committed by GitHub
parent 95b969c899
commit daf40f39ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()