Command Prompt vs. Windows PowerShell


Command Prompt vs. Windows PowerShell

In accidental situation or someother times we go Command Prompt. In advance we using PowerShell.

What’s the Difference?

Command Prompt Came First or older version Windows 95, 98, and ME and also they give life to Windows Xp, 7, 8, 8.1 10.

Some basic Commands.

cd
cd..
cd /
dir
del


PowerShell is the advance level Upated to Windows 10.

In this all the Command will be executed while you used before in Command Prompt.


Command alias   Cmdlet name

dir                     Get-ChildItem
md mkdir
rmdir Remove-Item
ps Get-Process
pwd Get-Location



Related Post


Latest Post


Recent Posts Widget