I Have a directory containing many subdirectories. Within these subdirectories are loads of .asf, .jpg, & .txt files. I would like to list all *.asf files within the directory and subdirectory but without the pathname.
So basically I want to do the dir /s command but not display the full pathname. Is there anyway to do this.