show all files in cmd code example
Example 1: cmd files in directory
Enter “dir” (without quotes) to list the files and folders contained in the folder.
Example 2: open all files in a folder command line windows
FOR %F IN (*.*) DO START %F
Enter “dir” (without quotes) to list the files and folders contained in the folder.
FOR %F IN (*.*) DO START %F