Command prompt wildcards
- Sean O'Shea
- Jun 5, 2021
- 1 min read
Don't miss that you can use asterisks as wildcards when entering commands in Windows command prompt. For example, if you are using cd to change a directory, you can enter multiple folders in the folder path using abbreviated versions with * at the end:
cd c:\foo*\te*

Recent Posts
See AllWhen using robocopy command in Windows to copy files, note that if you are an admin you can use the /B switch to copy files from...