Startup Project value
Hello
I am trying to schedule a project to run at a specific time every day. i tried with the widows task scheduler and passing the project name as parameter . i also tried to create a bat file for the runtime include the project name. the bat file works if i run it manually but it won't run from the task scheduler.
now I am trying to use the run time xml to just call the run time exe and set the startup value to my project. its not working ...what is the right syntax ? i close runetime and start it agan but it won't start my project
<add key="StartupProject" value="c:\drv\CAISO_SIBR_DOWNLOAD.OpenSpan" />