3 lines
274 B
PowerShell
3 lines
274 B
PowerShell
$targetdir="DefaultDir="+(Split-Path (Get-Location))+"\components"
|
|
Write-Host 'Installing GhOST Library to' $targetdir
|
|
Add-OdbcDsn -Name "GhOST Library" -DriverName "Microsoft Access Text Driver (*.txt, *.csv)" -DsnType "User" -Platform "64-bit" -SetPropertyValue $targetdir |