Execute Bat file from locally executed Knime process

Hi!

Is there any way to execute a bat file as a part of a locally run Knime process? Ihave tried to use Python, execute shell script, external tool, but I cannot get the bat file started. All ideas are much appriciated!

@Data_processor you could take a look at his example and modify it. You can provide just dummy data if you do not need them. The Paths are set by Flow Variable. You might have to initially set the file to a dummy location in order for this to work.

1 Like

Hi @Data_processor ,

Here are some alternative options which may also be of interest

3 Likes

Thanks @takbb & @mlauber71 ! The open file / folder worked perfectly!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.