diff --git a/pandora_agents/pc/Win32/scripts/install_service_restart.bat b/pandora_agents/pc/Win32/scripts/install_service_restart.bat index de06c2178a..a3cd46191e 100644 --- a/pandora_agents/pc/Win32/scripts/install_service_restart.bat +++ b/pandora_agents/pc/Win32/scripts/install_service_restart.bat @@ -1,3 +1,3 @@ -@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "%CD%\restart_pandora_agent.bat" +@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "'%CD%\restart_pandora_agent.bat'" -schtasks /change /tn pandora_agent_restart /tr "%CD%\restart_pandora_agent.bat" \ No newline at end of file +schtasks /change /tn pandora_agent_restart /tr "'%CD%\restart_pandora_agent.bat'" \ No newline at end of file diff --git a/pandora_agents/win32/installer/scripts/install_service_restart.bat b/pandora_agents/win32/installer/scripts/install_service_restart.bat index de06c2178a..a3cd46191e 100644 --- a/pandora_agents/win32/installer/scripts/install_service_restart.bat +++ b/pandora_agents/win32/installer/scripts/install_service_restart.bat @@ -1,3 +1,3 @@ -@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "%CD%\restart_pandora_agent.bat" +@at 00:00 /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 "'%CD%\restart_pandora_agent.bat'" -schtasks /change /tn pandora_agent_restart /tr "%CD%\restart_pandora_agent.bat" \ No newline at end of file +schtasks /change /tn pandora_agent_restart /tr "'%CD%\restart_pandora_agent.bat'" \ No newline at end of file