Technology Essentials2 Windows
Technology Essentials2 Windows
dir List folders and files dir dir C:\Users dir /a dir /a C:\Users
move Move files or folders move file1.txt folder1 move a.txt b.txt move folder1 folder2
echo Print text echo “Hello World” Echo “test” > file1.txt
attrib Change attributes of files or folders attrib +h a.txt attrib -h a.txt attrib +h folder dir /a:h
mklink Create links mklink soft file mklink /H hard file mklink /D link dir
Folder name Folder description
C:\ Top level point that hold all the system files.