Your comments

Hi! Thank for the answer!! This is the process that I need to do:


1° A Windows form in c#, have a textbox to validate a email.
2° The submit button executes the workflow.
3° The workflow do all the process and create a file with the result, executing other windows form to show that result (CMD Line).

It's possible? I tried executing a bat file, but the result is the same.

PD. The CMD Line tools have the option to finish the workflow, and works fine :)