Hi guys im running Unity in batchmode, but when the proccess starts and shows in taskmanger, but there is no window, so the only way to close it, is to force end process, is it suposed to do this ?
Yes, that is the entire purpose of -batchmode. The documentation also states
This should always be used in
conjunction with the other command
line arguments
Meaning it’s intended to be used to build projects or execute some other task and then exit.
I’m curious why you would be trying to use it if you don’t know what it’s for.