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)