File: Upgrade.bat

package info (click to toggle)
myodbc 5.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,984 kB
  • ctags: 2,099
  • sloc: ansic: 33,649; cpp: 1,360; xml: 1,261; sh: 353; makefile: 264; perl: 43
file content (19 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@ECHO OFF
REM #########################################################
REM 
REM \brief  Upgrade an existing install.
REM
REM         Often when testing you want to Uninstall and Install. This
REM         script does this.
REM
REM         Use this upgrade an existing install. This just
REM         calls Uninstall/Install so it has nothing to do
REM         with MS installed software thingy in Control Panel.
REM
REM \sa     README.win
REM
REM #########################################################

CALL Uninstall.bat %1
CALL Install.bat %1