File system
- pwd
- cd
- %CD%
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
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
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