nnCron。 在控制台中运行php-script而不打开它

My OS is Windows.

I installed 'nnCron' and wrote the following line in 'nncron.tab':

33 14 * * 2 *  E:\server\php\php.exe "E:\server\www\1.php"

When 14:33 comes and executing of '1.php' starts, I see console window. If the script is executed for a long time, I see it for a few seconds. What should I write in 'nncron.tab' additionally to make this window not appear? Something like daemon. Or, maybe, there is alternative way? Thanks in advance.

#( Task_135911112015
Time: 33 14 * * 2 *
Action:
    SWHide
    START-APP: E:\server\php\php.exe "E:\server\www\1.php"
)#