dir [path] : list the content of a directory
cd [path]: move into that directory
echo sometext > file.txt : create a file named file.txt that contains ‘sometext’
dir [path] : list the content of a directory
cd [path]: move into that directory
echo sometext > file.txt : create a file named file.txt that contains ‘sometext’