In a batch-file I need to launch a vbscript (or another executable file) and then using tasklist and the name of the window I would like to check if the process exists, integrate whit an if().
I studied the syntax of:
start "name_window" file_path
;tasklist /fi " IMAGENAME eq name_window "
.
There may be some errors.