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

Moved comment.

parent a6ea0394
Branches
Tags
No related merge requests found
...@@ -103,10 +103,10 @@ md %BASEPATH%\processed ...@@ -103,10 +103,10 @@ md %BASEPATH%\processed
rem Process all the files in the target directory: rem Process all the files in the target directory:
for %%a in (%BASEPATH%\*.xml %BASEPATH%\*.mrc) do ( for %%a in (%BASEPATH%\*.xml %BASEPATH%\*.mrc) do (
rem Capture solrmarc output to log
if "%LOGGING%"=="0" ( if "%LOGGING%"=="0" (
call %VUFIND_HOME%\import-marc-auth.bat %%a %2 call %VUFIND_HOME%\import-marc-auth.bat %%a %2
) )
rem Capture solrmarc output to log
if "%LOGGING%"=="1" ( if "%LOGGING%"=="1" (
call %VUFIND_HOME%\import-marc-auth.bat %%a %2 2> %BASEPATH%\log\%%~nxa.log call %VUFIND_HOME%\import-marc-auth.bat %%a %2 2> %BASEPATH%\log\%%~nxa.log
) )
......
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