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