In mac or Linux have terminal to interact with the operating system but in case of windows we have cmd application known as command prompt.
few commands used in command prompt are
cd filename
-->use to work within that file namefor eg we write "cd C:/Users/himanshu" if we want to work with in
himanshu file
cd ../
-->use for reducing the paths of file i.e u can reach to initial origin of file using this commanddir
-->It stands for directory .by this u can get the contents of foldermkdir filename
-->this is use to make directory.rmdir filename
-->to remove filecls
-->use to clear the screendel filename
-->use to delete file.LOOK AT THE SCREENSHOTS ATTACHED IN THE BLOG FOR MORE CLARITY OF CONCEPT