Files
2020-06-24 16:11:37 +08:00

12 lines
305 B
Batchfile
Executable File

::
:: Build bootstrapper program of psqlodbc project
::
@echo off
if "%1" == "/?" (
powershell Get-Help '%~dp0\buildBootstrapper.ps1' -detailed
) else if "%1" == "-?" (
powershell Get-Help '%~dp0\buildBootstrapper.ps1' %2 %3 %4 %5 %6 %7 %8 %9
) else (
powershell "& '%~dp0\buildBootstrapper.ps1' %*"
)