Ok so I have Project25 and Project26 below. Project25 endlessly checks to see if Project26 is open and if its not it starts Project26 and Project26 does the same thing for Project25. So does that make it impossible to close those programs? because whenever one is closed it gets started again by the other.
Also if someone opened up the windows command prompt and typed
Well I sort of answered my own question here, I tested this out and it appears (to my knowledge) to be impossible to escape. I had to restart my computer but if you place these 2 programs in the start up folder then you are screwed aren't you?
"Except you can kill two processes at once with taskkill. "
good point, is there any way that I can make my program faster than taskkill so that even if I type
taskkill /IM project25.exe /IM project26.exe
Project26 will notice that Project25 has exited before taskkill can kill Project26 ?