• List only files names in a directory
    Shows names of files and directory
    dir /b /a-d

    /a-d will exclude the directory names
    dir /b /a-d