Problem: Had a task scheduled which used to pop up a command window on top of any application. The command executed within the bat file was:"test.exe 192828@servername.com featurename 40" Needed to make sure that it was started in minimized format.
Solution: use the command "start /min test.exe 192828@servername.com featurename 40" instead within the bat file. Problem Solved!!!!
No comments:
Post a Comment