powershell
This commit is contained in:
@@ -4,7 +4,7 @@ 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(4):
|
||||||
os.system("start powershell")
|
os.system("start powershell")
|
||||||
pass
|
pass
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user