Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f5cad3cd3 |
26
command.py
26
command.py
@@ -1,13 +1,13 @@
|
|||||||
import os
|
import os
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
def run_cmd():
|
def run_cmd():
|
||||||
print("正在启动")
|
print("正在启动")
|
||||||
sleep(0.5)
|
sleep(0.5)
|
||||||
for i in range(3):
|
for i in range(3):
|
||||||
os.system("start powershell")
|
os.system("start powershell")
|
||||||
pass
|
pass
|
||||||
pass
|
pass
|
||||||
|
|
||||||
sleep(0.2)
|
sleep(0.2)
|
||||||
run_cmd()
|
run_cmd()
|
||||||
|
|||||||
Reference in New Issue
Block a user