upgrade.bat
来自「postgresql-odbc,跨平台应用」· Batch 代码 · 共 24 行
BAT
24 行
@echo offclsecho This file will upgrade your psqlODBC installation.echo.echo You must have psqlODBC 08.02.xxxx installed echo from the official MSI installation to use this upgrade path.echo.echo If psqlODBC or any of it's components are in useecho a reboot will be required once the upgrade is completed.echo.echo.echo Press Ctrl-C to abort the upgrade orpauseREM Parameters described:REM /i psqlodbc.msi - pick MSI file to install. All propertiesREM will be read from existing installation.REM REINSTALLMODE=vamus - reinstall all files, regardless of version.REM This makes sure documentation and otherREM non-versioned files are updated.REM REINSTALL=ALL - Reinstall all features that were previouslyREM installed with the new version.msiexec /i psqlodbc.msi REINSTALLMODE=vamus REINSTALL=ALL /qr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?