Kill process when close application
Hi
I have problem with .net console application. In application open file by process.start(filepath).
If close application unfortunalty file is close too. Where is the problem?
I try tu use Shell32 open , and try to run bat file where put path to file. When close appilication cmd and file is close too.