Open a command prompt window. Go to the folder containing this file. Run the map drive script to shorten the path (and keep it the same for everyone)
bin\map_drive.bat
Then run the init_peter.bat script to setup your environment
bin\init_peter.bat
Once your environment has been initialized properly you can clean and build by running the following commands in a command window.
clean - Removes all build outputs build - Builds a new binary
run - Builds a new binary and executes it in the data folder run_no_build - Executes the binary in the data folder