Tagged Questions
1
vote
1answer
609 views
Simple “Hello World!” console application crashes when run by windows TaskScheduler (1.0)
I have a batch file which starts multiple instances of simple console application (Hello World!). I work on Windows server 2008 64-bit. I configure it to run in TaskScheduler, at startup, and whether ...
1
vote
1answer
1k views
Windows 2008 Task Scheduler Problem
I've created simple .NET 2.0 Console application. Reads DB, sends emails and writes result to subfolder named "logs" as a .TXT file.
Application works when i run it manually.
But task scheduler can ...