Commit 5cb3d9eab074d8c1b633a0cedbeb37c19d8c49bc

Authored by conradverm
1 parent 679115a6

KTS-2484

"Create shell script wrappers for search scripts so they may be invoked by scheduler"
Implemented. Created Windows wrappers - requires Bitrock installer substitution

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7377 c91229c3-7414-0410-bfa2-8a42b809f60b
bin/diagnoseIndexing.bat 0 → 100644
  1 +@echo off
  2 +
  3 +SET PATH=%PATH%;..\..\php;..\..\php\bin
  4 +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin"
  5 +
  6 +php -Cq diagnose.php
0 \ No newline at end of file 7 \ No newline at end of file
bin/indexMigrationTask.bat 0 → 100644
  1 +@echo off
  2 +
  3 +SET PATH=%PATH%;..\..\php;..\..\php\bin
  4 +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin"
  5 +
  6 +php -Cq cronMigration.php
0 \ No newline at end of file 7 \ No newline at end of file
bin/indexingTask.bat 0 → 100644
  1 +@echo off
  2 +
  3 +SET PATH=%PATH%;..\..\php;..\..\php\bin
  4 +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin"
  5 +
  6 +php -Cq cronIndexer.php
0 \ No newline at end of file 7 \ No newline at end of file
bin/optimizeIndexes.bat 0 → 100644
  1 +@echo off
  2 +
  3 +SET PATH=%PATH%;..\..\php;..\..\php\bin
  4 +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin"
  5 +
  6 +php -Cq optimise.php
0 \ No newline at end of file 7 \ No newline at end of file
bin/registerExtractorTypes.bat 0 → 100644
  1 +@echo off
  2 +
  3 +SET PATH=%PATH%;..\..\php;..\..\php\bin
  4 +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\indexing\bin"
  5 +
  6 +php -Cq registerTypes.php
0 \ No newline at end of file 7 \ No newline at end of file
bin/savedSearchTask.bat 0 → 100644
  1 +@echo off
  2 +
  3 +SET PATH=%PATH%;..\..\php;..\..\php\bin
  4 +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\search2\search\bin"
  5 +
  6 +php -Cq cronSavedSearch.php
0 \ No newline at end of file 7 \ No newline at end of file
bin/schedulerTask.bat 0 → 100644
  1 +@echo off
  2 +
  3 +SET PATH=%PATH%;..\..\php;..\..\php\bin
  4 +cd "@@BITROCK_INSTALLDIR@@\knowledgeTree\bin"
  5 +
  6 +php -Cq scheduler.php
0 \ No newline at end of file 7 \ No newline at end of file