Listar ficheiros e pastas
Como obter de forma rápida uma listagem, ou visualização das pastas e ficheiros numa determinada localização? How to obtain a fast list, or view of the folders and files in some location? Com o comando tree do MS-DOS. With the tree command from MS-DOS. C:\DESKTOP\TESTE ├───Pasta_1 │ ├───Pasta_1A │ │ Ficheiro_1A.txt │ │ Ficheiro_1A_1.txt │ │ │ ├───Pasta_2A │ │ └───Pasta_2AA │ │ Ficheiro_2AA.txt │ │ │ └───Pasta_3A │ └───Pasta_3AA │ └───Pasta_3AAA └───Pasta_2 ├───Pasta_1A │ Ficheiro_1A.txt │ Ficheiro_1A_1.txt │ ├───Pasta_2A │ └───Pasta_2AA ...