# These Aren't Your Father's Commands

Always keep in mind that while PowerShell has things called Dir and Cd, they aren't the old MS-DOS commands. They're simply aliases, or nicknames, to PowerShell commands. That means they have different syntax.

![image075.png](https://4171205829-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA8qNDXlOx79WorVawZ%2F-LA8qTOf8jN0CwdQbcQM%2F-LA8qUbR4hRit8unpZNp%2Fimage075.png?generation=1523804931191357\&alt=media)

You can run help dir (or ask for help on any other alias) to see the actual command name, and its proper syntax.
