Monday, 20 March 2017

List all the Files and folders from Folder or Drive

List all Files Recursively

C:\>dir /s


To save them to a file

C:\>dir /s /b>filelist.txt


View them a page at a time

C:\>dir /s | more

No comments:

Post a Comment

PHP vs Python : Which one is the Best Server-Side Programming?

PHP vs Python, the two most popular back-end programming languages. Python has the variety of dynamic features with simple script whereas ...