Unanswered taskeng.exe pop-up issue

  • Friday, April 03, 2009 12:12 PM
     
     
    Hi,
    I have created a scheduler application which uses Windows Task Scheduler to launch a task on a specific time. But issue I am facing is, while launching, task schedule starts TaskEng.EXE. So if i launch 20 application instances on a perticular time, 20 taskEng.exe is coming as pop-up.

    Is there any way to stop\minimize this behaviour. Any silent Execution or exeution after minimizing these taskeng.exe window.

    Kindly let me know.

    Thanks.

All Replies

  • Monday, May 25, 2009 7:55 AM
     
     
    Hi,
    I have created a scheduler application which uses Windows Task Scheduler to launch a task on a specific time. But issue I am facing is, while launching, task schedule starts TaskEng.EXE. So if i launch 20 application instances on a perticular time, 20 taskEng.exe is coming as pop-up.

    Is there any way to stop\minimize this behaviour. Any silent Execution or exeution after minimizing these taskeng.exe window.

    Kindly let me know.

    Thanks.

    Hello, i have exactly the same problem. Please respond anyone who can help :)
  • Sunday, January 03, 2010 2:42 AM
     
     
    I  had the same problem and finally found the solution. Tested on Windows 7 32bits.

    Use hstart : http://www.ntwind.com/software/utilities/hstart.html

    In your schedule task...

    Action: start a program
    Program/script: "C:\some-path\hstart.exe"
    Add arguments: /NOCONSOLE + the actual program and parameters you want to launch.

    I use this method to call a php script using the task scheduler:
    Program/script: "C:\Program Files\hstart.exe"
    Add arguments: /NOCONSOLE ""C:\Program Files\PHP\php.exe" C:\cron.php"

    Hope this helps!
  • Tuesday, February 28, 2012 8:16 PM
     
     

    Try using the php-win.exe executable instead of php.exe. Tested in Windows 7 64 bit.

    IE:
    Program/Script: c:\PHP\php-win.php
    Add arguments: -f script.php
    Start in (optional): C:\cron