Add files via upload

This commit is contained in:
dengrb1
2023-04-29 23:12:16 +08:00
committed by GitHub
parent b4c20606e6
commit 3e7bfb617a

13
command.py Normal file
View File

@@ -0,0 +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()