diff --git a/bin/win32/installScheduler.php b/bin/win32/installScheduler.php index b1393f3..e16edb6 100644 --- a/bin/win32/installScheduler.php +++ b/bin/win32/installScheduler.php @@ -1,19 +1,11 @@ 'ktscheduler', 'display' => 'ktdmsScheduler', - 'params' => $scriptPath, - 'path' => $phpPath + 'path' => $scriptPath )); ?> diff --git a/bin/win32/schedulerServiceStatus.php b/bin/win32/schedulerServiceStatus.php index 930b0c9..5281972 100644 --- a/bin/win32/schedulerServiceStatus.php +++ b/bin/win32/schedulerServiceStatus.php @@ -2,4 +2,4 @@ var_dump(win32_query_service_status('ktscheduler')); -?> \ No newline at end of file +?> diff --git a/bin/win32/taskrunner.bat b/bin/win32/taskrunner.bat new file mode 100644 index 0000000..dbed1f4 --- /dev/null +++ b/bin/win32/taskrunner.bat @@ -0,0 +1,3 @@ +@echo off +"@@BITROCK_INSTALLDIR@@\php\php.exe" "@@BITROCK_INSTALLDIR@@\knowledgeTree\bin\win32\schedulerService.php" +