mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2024-08-30 18:22:17 +00:00
Update CopyFilesToVM.ps1
This commit is contained in:
parent
4b578807c8
commit
1c72619f88
@ -40,7 +40,7 @@ foreach ($d in $drivers) {
|
|||||||
if (!$(Get-Item -Path $Destination -ErrorAction SilentlyContinue).Exists ) {
|
if (!$(Get-Item -Path $Destination -ErrorAction SilentlyContinue).Exists ) {
|
||||||
New-Item -ItemType Directory -Path $Destination -Force | Out-Null
|
New-Item -ItemType Directory -Path $Destination -Force | Out-Null
|
||||||
}
|
}
|
||||||
Copy-Item $path2 -Destination $DestinationNormal -Force
|
Copy-Item $path2 -Destination $Destination -Force
|
||||||
Write-Host "Copied $path2 to $Destination" -ForegroundColor Green
|
Write-Host "Copied $path2 to $Destination" -ForegroundColor Green
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user