I am using parse javascript cloud code on windows.
I am following steps given here https://parse.com/apps/quickstart#cloud_code/windows
So far I am able to create directory structure using parse new. Which looks like:
CloudCodeDemo
    -config/
      global.json
    -cloud/
      main.js
    -public/
      index.html
Then I ran parse deploy in CloudCodeDemo directory but is shows parse is not recognized as an internal or external command
EDIT:

I followed instructions:
Copy both exe files to C:\Windows\SysWOW64
Open PowerShell (x86)in administrator mode
Type .\ParseConsole.exe
But now I am facing this issue when I type .\ParseConsole.exe in power shell. below is the screen shot.
