Autoexecute KNIME workflow without KNIME Enterprise server supporting

Hi everyone :)

I have a workflow which is reading data from excel file and write output another excel file. later i am using that output in my .net Project.

I need to run my workflow everyday  and I want to autoexecute my workflow  without KNIME Enterprise server supporting.

I tryed to write simple bat file but I could not.

Is anyone can bring me idea or bat file examples for this.?

here you can find my bat file,

"C:\Program Files\KNIME_2.12.1\knime.exe"   –nosplash  -nosave -consoleLog -noexit -reset 
-workflowDir="C:\KNIME PROJECTS\KNIME_project" 
-application org.knime.product.KNIME_BATCH_APPLICATION 

 

after run this bat, Knime is opening but nothing happen. my workflow is not showing and i get this error message on my cmd 

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
s.
WARN     KNIME-Worker-1 TipsAndNewsInjector      Could not modify intro page: co
nnect timed out
WARN     KNIME-Worker-0 UpdateMessageInjector    Could not modify intro page: co
nnect timed out
---Registering Weka Editors---

 

 

 I already solved my problem. It is emberring but  dont put endline in notepad :) 

Hi, this was quick, great you got it working.

Best, Iris

dear bugra10ur,

I have similar problem.
I have no Knime server.
I have model and want to run every 5 minutes.

how can I do that?