We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35ab35 commit e01b1f6Copy full SHA for e01b1f6
Scripts/BackupFiles.ps1
@@ -0,0 +1,4 @@
1
+$origen = "C:\ruta\de\origen"
2
+$destino = "C:\ruta\de\destino"
3
+
4
+Copy-Item -Path $origen\* -Destination $destino -Recurse
0 commit comments