cmd
cmd & powershell are just two different techniques, two different languages if you will.
- cmds grew up randomly. There are differences in approach & syntax for every cmd that means that you have to learn each cmd separately.
- PowerShell, though, is a well-structured scripting language that has been designed as a whole. What you learn about one PowerShell command can readily be applied to other powershell commands.
When you do start to play with powershell as well, you'll discover ways of telling it to run its own commands [in a well-structured way] and also ways of running old commands like move, reg export, reg save. So powershell can get the best of both worlds.
As I said in the article linked to in my post #13, if you are just starting out then the most productive thing you can do is learn powershell and leave old-fashioned cmds such as move, ... to one side.
But, of course, studying powershell as a whole takes an awful lot more time than studying move, reg export & reg save even if it is more useful.
I'm new enough that I need to wait a while before creating scripts
Yes, of course.
All the best,
Denis