Skip to main content

Powershell: Copy-Item

Let's practice using Powershell cmdlet Copy-Item [instead of copy or xcopy] when we want to copy files and/or folders.
Powershell: Copy-Item
Powershell: Copy-Item
Example: Copy D:\MinnaNoNihongo folder to E:\ drive
Powershell: Copy D:\MinnaNoNihongo folder to E:\ drive

Popular posts from this blog

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.