Skip to content
Snippets Groups Projects
Commit 0a228766 authored by Demian Katz's avatar Demian Katz
Browse files

Removed outdated references to install.bat.

parent 2329a5af
No related merge requests found
...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound ...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound
rem VUFIND_HOME not set -- try to call vufind.bat to rem VUFIND_HOME not set -- try to call vufind.bat to
rem fix the problem before we give up completely rem fix the problem before we give up completely
if exist %0\..\..\vufind.bat goto usevufindbat if exist %0\..\..\vufind.bat goto usevufindbat
rem If vufind.bat doesn't exist, the user hasn't run install.bat yet. rem If vufind.bat doesn't exist, the user hasn't run the installer yet.
echo ERROR: vufind.bat does not exist -- could not set up environment. echo ERROR: vufind.bat does not exist -- could not set up environment.
echo Please run install.bat to correct this problem. echo Please run install.php to correct this problem.
goto end goto end
:usevufindbat :usevufindbat
cd %0\..\.. cd %0\..\..
......
...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound ...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound
rem VUFIND_HOME not set -- try to call vufind.bat to rem VUFIND_HOME not set -- try to call vufind.bat to
rem fix the problem before we give up completely rem fix the problem before we give up completely
if exist %0\..\..\vufind.bat goto usevufindbat if exist %0\..\..\vufind.bat goto usevufindbat
rem If vufind.bat doesn't exist, the user hasn't run install.bat yet. rem If vufind.bat doesn't exist, the user hasn't run the installer yet.
echo ERROR: vufind.bat does not exist -- could not set up environment. echo ERROR: vufind.bat does not exist -- could not set up environment.
echo Please run install.bat to correct this problem. echo Please run install.php to correct this problem.
goto end goto end
:usevufindbat :usevufindbat
cd %0\..\.. cd %0\..\..
......
...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound ...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound
rem VUFIND_HOME not set -- try to call vufind.bat to rem VUFIND_HOME not set -- try to call vufind.bat to
rem fix the problem before we give up completely rem fix the problem before we give up completely
if exist %0\..\..\vufind.bat goto usevufindbat if exist %0\..\..\vufind.bat goto usevufindbat
rem If vufind.bat doesn't exist, the user hasn't run install.bat yet. rem If vufind.bat doesn't exist, the user hasn't run the installer yet.
echo ERROR: vufind.bat does not exist -- could not set up environment. echo ERROR: vufind.bat does not exist -- could not set up environment.
echo Please run install.bat to correct this problem. echo Please run install.php to correct this problem.
goto end goto end
:usevufindbat :usevufindbat
cd %0\..\.. cd %0\..\..
......
...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound ...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound
rem VUFIND_HOME not set -- try to call vufind.bat to rem VUFIND_HOME not set -- try to call vufind.bat to
rem fix the problem before we give up completely rem fix the problem before we give up completely
if exist %0\..\..\vufind.bat goto usevufindbat if exist %0\..\..\vufind.bat goto usevufindbat
rem If vufind.bat doesn't exist, the user hasn't run install.bat yet. rem If vufind.bat doesn't exist, the user hasn't run the installer yet.
echo ERROR: vufind.bat does not exist -- could not set up environment. echo ERROR: vufind.bat does not exist -- could not set up environment.
echo Please run install.bat to correct this problem. echo Please run install.php to correct this problem.
goto end goto end
:usevufindbat :usevufindbat
cd %0\..\.. cd %0\..\..
......
...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound ...@@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound
rem VUFIND_HOME not set -- try to call vufind.bat to rem VUFIND_HOME not set -- try to call vufind.bat to
rem fix the problem before we give up completely rem fix the problem before we give up completely
if exist vufind.bat goto usevufindbat if exist vufind.bat goto usevufindbat
rem If vufind.bat doesn't exist, the user hasn't run install.bat yet. rem If vufind.bat doesn't exist, the user hasn't run the installer yet.
echo ERROR: vufind.bat does not exist -- could not set up environment. echo ERROR: vufind.bat does not exist -- could not set up environment.
echo Please run install.bat to correct this problem. echo Please run install.php to correct this problem.
goto end goto end
:usevufindbat :usevufindbat
call vufind > nul call vufind > nul
......
...@@ -16,9 +16,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound ...@@ -16,9 +16,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound
rem VUFIND_HOME not set -- try to call vufind.bat to rem VUFIND_HOME not set -- try to call vufind.bat to
rem fix the problem before we give up completely rem fix the problem before we give up completely
if exist vufind.bat goto usevufindbat if exist vufind.bat goto usevufindbat
rem If vufind.bat doesn't exist, the user hasn't run install.bat yet. rem If vufind.bat doesn't exist, the user hasn't run the installer yet.
echo ERROR: vufind.bat does not exist -- could not set up environment. echo ERROR: vufind.bat does not exist -- could not set up environment.
echo Please run install.bat to correct this problem. echo Please run install.php to correct this problem.
goto end goto end
:usevufindbat :usevufindbat
call vufind > nul call vufind > nul
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment