Omaha #4382 Removed quotes from batch files
Former-commit-id:812dcfba57
[formerly426c22fa91
[formerly 9d8c4774d1834205ad825a27fef10e8ec6a48334]] Former-commit-id:426c22fa91
Former-commit-id:b59229e992
This commit is contained in:
parent
00a34f5d56
commit
29d7be65aa
2 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@ SET CONTAINING_DIRECTORY=%~dp0
|
|||
REM Prepare the environment.
|
||||
|
||||
REM Location of AWIPS II Java (the jre).
|
||||
SET JavaJreDirectory="C:\Program Files\Raytheon\AWIPS II\Java\jre7"
|
||||
SET JavaJreDirectory=C:\Program Files\Raytheon\AWIPS II\Java\jre7
|
||||
REM Location of AWIPS II Python.
|
||||
SET PythonInstallDirectory="C:\Program Files\Raytheon\AWIPS II\Python"
|
||||
SET PythonInstallDirectory=C:\Program Files\Raytheon\AWIPS II\Python
|
||||
|
||||
REM Add Java and Python to the path.
|
||||
SET Path=%PythonInstallDirectory%;%PythonInstallDirectory%\DLLs;%Path%
|
||||
|
|
|
@ -6,9 +6,9 @@ SET CONTAINING_DIRECTORY=%~dp0
|
|||
REM Prepare the environment.
|
||||
|
||||
REM Location of AWIPS II Java (the jre).
|
||||
SET JavaJreDirectory="C:\Program Files\Raytheon\AWIPS II\Java\jre7"
|
||||
SET JavaJreDirectory=C:\Program Files\Raytheon\AWIPS II\Java\jre7
|
||||
REM Location of AWIPS II Python.
|
||||
SET PythonInstallDirectory="C:\Program Files\Raytheon\AWIPS II\Python"
|
||||
SET PythonInstallDirectory=C:\Program Files\Raytheon\AWIPS II\Python
|
||||
|
||||
REM Add Java and Python to the path.
|
||||
SET Path=%PythonInstallDirectory%;%PythonInstallDirectory%\DLLs;%Path%
|
||||
|
|
Loading…
Add table
Reference in a new issue