- pwd
- cd
- %CD%
File system
Show current directory (like pwd)
echo %CD% cd
Change directory (folder)
cd some\other\place cd ..
Show content of directory (folder)
dir
Show content of file
type FILENAME
echo redirection with > and >> cls
Show current directory (like pwd)
echo %CD% cd
Change directory (folder)
cd some\other\place cd ..
Show content of directory (folder)
dir
Show content of file
type FILENAME
echo redirection with > and >> cls