my exe closes while it shouldn't any ideas why?

后端 未结 0 1995
小鲜肉
小鲜肉 2020-12-12 19:22
import os
import pyautogui
import time


def hide_files(file_location, file_name):
    os.system(f"start cmd /k cd {file_location}")
    time.sleep(1)
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题