So i was making an program out of Python that let me quick sending emails. After having it done, I add its path to the User Environment Variable ‘Path’.
The folder where my exe file’s in
But after calling it from command prompt, it giving me the error of not finding the config file in its directory. I found out that was because calling it that way actually making some temp files and it changes the exe path.
I want to find a smart way to still access my config file without specifically call it by an pre-defined path. Anybody’s idea?