- To list all the files inside a folder
Output may defer according to system folder so, write the code and execute/run your batch file
After writing the code, Double-click your batch file, it will list all the files inside a specific location
:: cmd to list all the files inside a folder or location
dir [PATHNAME]
Concept