Files
ghost-lib/tools/add_odbc_connection.ps1

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