What can your Windows command do?
- Sean O'Shea
- Sep 3, 2017
- 1 min read
Even Windows commands you're very familiar with may be able to do a lot more than you imagine. To find out what options exist for a Windows command enter it followed by '/?', and get a list of the operators it work with.
So for example in the list below for XCOPY we see including '/H' allows hidden and system files to be copied.

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...