i've got a little problem here..
i've installed cron on my WinXP SP2 computer (switched on 24/7)
i've created by cron.tab with what i need in there, then at the scheduled time.. nothing happen.. i mean the application scheduled doesn't start even though in the log file look likes it has started..

what's the problem?
my config:
WIN XP SP2
nnCron Lite v1.17 build 119 09.06.2005
cron.out:
nnCron LITE. v 1.17 Build 119 09.06.2005
Copyright (c) 2000-2007 nnSoft. e-mail: nemtsev@nncron.ru
cron.tab:
@25 9 * * 1-7 D:\Profiles\y83sxfn8\Desktop\XOTD_Night_Ops_s.exe
cron.log:
09:25:00 2068 Start: D:\Profiles\y83sxfn8\Desktop\XOTD_Night_Ops_s.exe
09:25:00 2068 Start result: 0
cron.ini:
Cronlog: "log\%MM%%DD%cron.log"
LogTimeFormat: "%hh%:%mm%:%ss% %ThreadId%"
YearField OFF
DefaultOpenMode: ShowNormal
DefaultPriority: HighPriority
AsLoggedUser OFF
DefaultRunMissedTime: 360:00
the program runs as service with my user login.
i've also tried to use AsLoggedUser ON, and tried to be logged while wait
the program to run, but nothing happens...
any idea?