Copy a Group of Files into a Subdirectory

When copying a group of files from the root directory into a subdirectory, it is necessary to use the wildcard character * along with the COPY command.
 
Directions:
1. Type: copy quick.* \info and press Enter.
2. DOS will list the files being copied.
3. Type: dir \info and press Enter.
4. Three files should be listed in the Info subdirectory.