I'am trying to find how to close a process using it's title.
I found the command:
taskkill /fi "WINDOWTITLE eq the_title_of_the_windows"
and it works great.
When I try:
oShell.Run "taskkill /fi "WINDOWTITLE eq the_title_of_the_windows"", , True
I get an error and it won't compile.
Any idea on how to use th symbole " in this line?