Skip to content

Commit

Permalink
0000677: Allow the sym commands to be added to PATH and be called fro…
Browse files Browse the repository at this point in the history
…m any location.
  • Loading branch information
erilong committed Feb 4, 2014
1 parent e450023 commit 18bf01c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/bin/dbexport.bat
Expand Up @@ -20,5 +20,7 @@
@REM

@echo off
setlocal
call "%~dp0\setenv.bat"
"%SYM_JAVA%" -cp "%CLASSPATH%" %SYM_OPTIONS% org.jumpmind.symmetric.DbExportCommand %*
endlocal
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/bin/dbfill.bat
Expand Up @@ -20,5 +20,7 @@
@REM

@echo off
setlocal
call "%~dp0\setenv.bat"
"%SYM_JAVA%" -cp "%CLASSPATH%" %SYM_OPTIONS% org.jumpmind.symmetric.DbFillCommand %*
endlocal
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/bin/dbimport.bat
Expand Up @@ -20,5 +20,7 @@
@REM

@echo off
setlocal
call "%~dp0\setenv.bat"
"%SYM_JAVA%" -cp "%CLASSPATH%" %SYM_OPTIONS% org.jumpmind.symmetric.DbImportCommand %*
endlocal
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/bin/dbsql.bat
Expand Up @@ -20,5 +20,7 @@
@REM

@echo off
setlocal
call "%~dp0\setenv.bat"
"%SYM_JAVA%" -cp "%CLASSPATH%" %SYM_OPTIONS% org.jumpmind.symmetric.DbSqlCommand %*
endlocal
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/bin/sym.bat
Expand Up @@ -20,5 +20,7 @@
@REM

@echo off
setlocal
call "%~dp0\setenv.bat"
"%SYM_JAVA%" -cp "%CLASSPATH%" %SYM_OPTIONS% org.jumpmind.symmetric.SymmetricLauncher %*
endlocal
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/bin/symadmin.bat
Expand Up @@ -20,5 +20,7 @@
@REM

@echo off
setlocal
call "%~dp0\setenv.bat"
"%SYM_JAVA%" -cp "%CLASSPATH%" %SYM_OPTIONS% org.jumpmind.symmetric.SymmetricAdmin %*
endlocal

0 comments on commit 18bf01c

Please sign in to comment.