Requirement :- I want my python file to run at windows startup
I am using Anaconda, spyder as IDE. My python file is using a package which running absolutely file when I run on Spyder itself.
Now when I have created a bat file and i have given python exe file and python script along with path
When I run it gives me error that package has not been installed.
so same file running in spyder but when trying to run .bat file it giving me error.
Please guide me how should I achieve this task.
Thank you.