1

On one of my servers we have a lot of scheduled tasks running java programs and what not. The problem is that everytime one of these runs the command window pops up and distracts any work that is being done on the server.

Does anyone know how I can prevent the command windows from popping up?

Scott Pack
  • 14,717
  • 10
  • 51
  • 83
Chris Dale
  • 1,553
  • 2
  • 12
  • 22
  • possible duplicate of [Run a .bat file in a scheduled task without a window](http://serverfault.com/questions/9038/run-a-bat-file-in-a-scheduled-task-without-a-window) – John Gardeniers Mar 22 '11 at 10:58

1 Answers1

2

splattne explains this very nice here: Run a .bat file in a scheduled task without a window.

Bart De Vos
  • 17,761
  • 6
  • 62
  • 81