TortoiseSVN command keeps open processes
问题 I am using a scheduled task to run a .bat script which updates my SVN repositories. The scheduled task runs every hour. It still creating a new process of "TortoiseProc.exe", every time I run the script, until the are a lot of open processes and the CPU is at 99%. The script is running fine, but unfortunately the processes won't be closed automatically. This is how my .bat looks like: CD C:\Program Files\TortoiseSVN\bin\ START /wait TortoiseProc.exe /command:update /path:"D:\somePath"