Created
          November 13, 2009 19:07 
        
      - 
      
- 
        Save agross/234075 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | cd /d %1 | |
| @if %errorlevel% NEQ 0 exit /b %errorlevel% | |
| @goto %2 | |
| :prepare | |
| copy /y "Web\App_Offline.htm.deploy" "Web\App_Offline.htm" | |
| @if %errorlevel% NEQ 0 exit /b %errorlevel% | |
| @goto exit | |
| :upgrade | |
| call "SQL\update-database.cmd" | |
| @if %errorlevel% NEQ 0 exit /b %errorlevel% | |
| del /f "Web\App_Offline.htm" | |
| @if %errorlevel% NEQ 0 exit /b %errorlevel% | |
| @goto exit | |
| :exit | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment