Omaha #4382 Removed quotes from batch files

Former-commit-id: 812dcfba57 [formerly 9d8c4774d1834205ad825a27fef10e8ec6a48334]
Former-commit-id: 426c22fa91
This commit is contained in:
David Lovely 2015-04-23 10:07:42 -05:00
parent b60b0e763e
commit b59229e992
2 changed files with 4 additions and 4 deletions

View file

@ -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%

View file

@ -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%