vDOS 2020.03.01
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# vDOS Removal
|
||||
# 2011-2018 foo.li systeme + software
|
||||
# 2011-2020 foo.li systeme + software
|
||||
|
||||
$packageName = 'vdos'
|
||||
$version = '2018.05.01'
|
||||
$vdosPath = "$env:SystemDrive" + "\vDos"
|
||||
$version = '2020.03.01'
|
||||
$vdosPath = "$env:SystemDrive" + "\vDos"
|
||||
|
||||
try {
|
||||
if (Test-Path $vdosPath) {
|
||||
Write-Host 'removing directory ' $vdosPath
|
||||
Remove-Item $vdosPath -Recurse -Force
|
||||
Remove-Item $vdosPath -Recurse -Force
|
||||
} else {
|
||||
Write-Host 'could not detect ' $vdosPath ' files.'
|
||||
}
|
||||
} catch {
|
||||
throw $_.Exception
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user