when I run a task on windows server 2008 I can't see the windows of it. how can I fix it?
Asked
Active
Viewed 609 times
1
-
Sorry If I didn't understand it properly but what do you mean by "I can't see the windows of it" ? Thanks – Jan 09 '10 at 08:13
2 Answers
1
You have to run them interactively (from a command prompt) to see them in a window. Otherwise the process(es) run in the background and thus do not have a window associated with them.

squillman
- 37,883
- 12
- 92
- 146
1
Your task needs to run in interactive mode. You can run at.exe /interactive
or schedule with schtasks.exe as described here.

crb
- 7,998
- 1
- 38
- 53