5 lines
185 B
PowerShell
5 lines
185 B
PowerShell
$src ="W:\2025_KeppelLand_EstivaPark\Apps\PC\KL_EstivaPark"
|
|
|
|
robocopy "$src\Config" "Config" /MIR
|
|
robocopy "$src\Content" "Content" /MIR
|
|
robocopy "$src\Plugins\RA3D" "Plugins\RA3D" /MIR |