Hi everyone, Hope you are doing good
So I have a batch command
“C:\Program Files (x86)\KNIME\knime.exe” -nosave --launcher.suppressErrors -nosplash -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“C:\Users\muhaayad\knime-workspace\AYAContacts”
when I run it, it works perfectly but the problem is the cmd window stays on, I need the cmd window to be closed after the execution is done, I tried to add Start “” before the command, but it didn’t work.
Thank you.