Possible Duplicate:
Run a .bat file in a scheduled task without a window
In Windows 7, I have a scheduled task running a console application in a CMD window. It runs every day at 12 o'clock. When it runs, it opens a CMD window that is not focused, however, it appears on top of the currently used application.
I would like this CMD window to either start up minimized or run in the background completely (with NO visible windows at all).
How to do this?
cmdprocess, so this will work if you don't mind a black window flash on screen, otherwise you need another solution.:-\– Synetech Oct 02 '15 at 20:14