errno 2 no such file or directory "'C:\\Users\\Administrator\\myproject\\manage.py': [Errno 2] No such file or directory"

I am in the initials stages of starting a django project. Everything is set, I have already installed django, python, virtual env and started myproject project. When I run the command python manage.py runserver I get an error saying no file directory.

two questions here:

  1. What is your current working directory (where the command is executed)?
  2. What is the value of PYTHON_PATH?