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 \"TortoisePr
Don't use tortoiseproc for unattended/non-interactive scripting (automation) - use svn.exe instead, which is shipped with TortoiseSVN.
tortoiseproc
svn.exe
CD C:\Program Files\TortoiseSVN\bin\ svn update "D:\somePath" svn update "D:\somePath"