Hey guys,
I have a python script that I need to run on a windows machine when the computer boots up but before a user logs in. It is the server side of server/client program. The program needs to be able to write and read files, as the server program is somewhat of a database file/retrieval script. The script must be able to run without a user being logged in. Also, I will eventually be converting this to an exe file, if that matters. Can you do this in Python or is this more of a windows thing? If it is a windows thing, how do I get it to run as I want?
Thanks for the help!