run_powershell
This commit is contained in:
parent
95b969c899
commit
daf40f39ad
20
command.py
Normal file
20
command.py
Normal 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()
|
Loading…
x
Reference in New Issue
Block a user