i need help trying to open an .exe file then opening a file in said exe program i.e i wanna open a file in flash after opening flash.
so far i can open the exe file with no problem but from there I'm stuck.
this is what i have
import os
os.system("flash.exe")