I use the taskkill /f /im nome.exe
command to stop processes,
because the same for all processes with the same name.
I would like to commit this command to something like
tk nome.exe
.
I tried to create an environment variable, it even worked, but I have to type this way:
%tk% nome.exe
How can I create this command shortcut?