From 0a228766029e89d25d8e36d1e911cdb83e112a25 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 13 Mar 2013 10:37:07 -0400 Subject: [PATCH] Removed outdated references to install.bat. --- harvest/batch-delete.bat | 4 ++-- harvest/batch-import-marc-auth.bat | 4 ++-- harvest/batch-import-marc.bat | 4 ++-- harvest/batch-import-xsl.bat | 4 ++-- import-marc-auth.bat | 4 ++-- index-alphabetic-browse.bat | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/harvest/batch-delete.bat b/harvest/batch-delete.bat index 318807bd223..7421d708aa8 100644 --- a/harvest/batch-delete.bat +++ b/harvest/batch-delete.bat @@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound rem VUFIND_HOME not set -- try to call vufind.bat to rem fix the problem before we give up completely 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 Please run install.bat to correct this problem. +echo Please run install.php to correct this problem. goto end :usevufindbat cd %0\..\.. diff --git a/harvest/batch-import-marc-auth.bat b/harvest/batch-import-marc-auth.bat index a6f566dce87..1297a145848 100644 --- a/harvest/batch-import-marc-auth.bat +++ b/harvest/batch-import-marc-auth.bat @@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound rem VUFIND_HOME not set -- try to call vufind.bat to rem fix the problem before we give up completely 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 Please run install.bat to correct this problem. +echo Please run install.php to correct this problem. goto end :usevufindbat cd %0\..\.. diff --git a/harvest/batch-import-marc.bat b/harvest/batch-import-marc.bat index a920cce23e7..5603346d13f 100644 --- a/harvest/batch-import-marc.bat +++ b/harvest/batch-import-marc.bat @@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound rem VUFIND_HOME not set -- try to call vufind.bat to rem fix the problem before we give up completely 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 Please run install.bat to correct this problem. +echo Please run install.php to correct this problem. goto end :usevufindbat cd %0\..\.. diff --git a/harvest/batch-import-xsl.bat b/harvest/batch-import-xsl.bat index 569d22df3c1..e2e7d13f4c6 100644 --- a/harvest/batch-import-xsl.bat +++ b/harvest/batch-import-xsl.bat @@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound rem VUFIND_HOME not set -- try to call vufind.bat to rem fix the problem before we give up completely 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 Please run install.bat to correct this problem. +echo Please run install.php to correct this problem. goto end :usevufindbat cd %0\..\.. diff --git a/import-marc-auth.bat b/import-marc-auth.bat index adc26ac58cb..217dce3eda4 100644 --- a/import-marc-auth.bat +++ b/import-marc-auth.bat @@ -12,9 +12,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound rem VUFIND_HOME not set -- try to call vufind.bat to rem fix the problem before we give up completely 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 Please run install.bat to correct this problem. +echo Please run install.php to correct this problem. goto end :usevufindbat call vufind > nul diff --git a/index-alphabetic-browse.bat b/index-alphabetic-browse.bat index 2b16e8f46e2..842a96245bc 100644 --- a/index-alphabetic-browse.bat +++ b/index-alphabetic-browse.bat @@ -16,9 +16,9 @@ if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound rem VUFIND_HOME not set -- try to call vufind.bat to rem fix the problem before we give up completely 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 Please run install.bat to correct this problem. +echo Please run install.php to correct this problem. goto end :usevufindbat call vufind > nul -- GitLab