Poniższy skrypt programu PowerShell działa, jeśli nie ma zasobów.
Copy-Item $src_dir $dst_dir$agent_folder -recurse
Ale jeśli są tam zasoby, powie:
+ Copy-Item <<<< $src_dir $dst_dir$agent_folder -recurse
+ CategoryInfo : ResourceExists: (C:\Users\Pac\Desktop\Agents\Agent0\lib:S
tring) [Copy-Item], IOException
+ FullyQualifiedErrorId : DirectoryExist,Microsoft.PowerShell.Commands.CopyItemComm
and
Co muszę dodać do polecenia, aby bezwarunkowo skopiowało pliki?
powershell
sivabudh
źródło
źródło