Windows Command Line Commands.

CommandWhat does it do?
dirShows the contents of the current directory
clsClear the command line (cls = clear screen)
cd ..Go one directory up
cd pythoncodeGoto the directory 'pythoncode'
py helloworld.pyExecute python script 'helloworld.py'
py -VShow the installed Python version