I recently updated my Knime version to 5.2
Previously, I successfully used batch files run in Windows Scheduler, which were written according to the pattern:
“C:\Program Files\KNIME\knime.exe” -nosave -consoleLog -nosplash -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“C:…
I changed it to”
“C:\Program Files\KNIME\knime” -nosave -…
then
knime -nosave -…
However, it doesn’t work.
What to check, what to change?