Im trying to run a python script that will move files in the background while in a fullscreen game. When the program runs I want it to not tab me out of the game. Im on Windows 10.
I can run the program through a button on my mouse, but when it runs the command prompt is briefly opened and the game unfocuses.
Type this command on your cmd:
start /b python your_script.py/bswitch tells the cmd to start the script in the background.