How to print a list of files?

Do you like to have printed folder structure lists which show the files contained within those folder? Here we show you how to do it.

Open Power Shell.
01_startmenu-powershell
Goto the folder you want to list those files. Example : cd C:\Users\demo\Documents
02_command-dir-listfile
List the dir to file with command dir > filename. Example : : dir > list.txt
03_list-text