I have a Django application that's lunched in Windows server 2016. using Nginx so my problem is I should start the application manually every time the server is rebooted.
First I should open CMD and start
Nginx.exe
then I must run a python script in second CMD as
python runserver.py