Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

power shell scribt to copy files

PS C:WindowsSystem32> Copy-Item -Path D:TempPowerShellcommands.csv -Destination D:Temp1 -PassThru
    Directory: D:Temp1
Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----       20-01-2020     12:10        1148809 PowerShellcommands.csv
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #power #shell #scribt #copy #files
ADD COMMENT
Topic
Name
5+6 =