alexvsm Цитата: в example.tab посмотри задачу WGET_task
О! Это работает. Запрос выдаёт. Не пойму в чём разница.
Переустановил nnCron и удалил старые настройки на всякий случай.
DJ makrus 1. Версия 5.1 (сборка 2600.xpsp_sp2_rtm.040803-2158 : Service Pack 2)
nncron.exe v 1.91 Build 1083 21.03.2006
tm.exe v 1.91 Build 499 21.03.2006
Directory: C:\Program Files\nnCron
Windows XP (5.1.2600) Service Pack 2
shell32.dll 6.0.2900
2. [more]
\ This file contains nnCron settings.
\ The keywords are described in nnCron documentation.
\ All keywords are case sensitive.
\ Don't forget to place a blank space after each keyword.
\ Restart nnCron after editing this file to apply your changes.
ShowErrorMsg ON
Crontab: "nncron.tab"
Editor: "default"
Language: Russian
Cronlog: "log\%MM%%DD%cron.log"
LogTimeFormat: "%hh%:%mm%:%ss% %ThreadId%"
YearField ON
CompleteTaskTimeout: 2000
QueryStartTimeout: 30
QueryStartAnswer: Yes
DefaultOpenMode: ShowNormal
DefaultPriority: NormalPriority
DefaultLogonType: LogonInteractive
SysTrayIcon ON
IconForAdminsOnly OFF
MonitorResponseTime: 100
BackupPath: "backup"
WatchWinCreateDelay: 100
WatchProcDelay: 1000
Console OFF
ItemExit ON
ItemOptions ON
ItemConsole ON
ItemReload ON
ItemSuspend ON
MenuHotKey: ""
Guard ON
DialOnce ON
RunAsDefaultUser OFF
DefaultUser: "xx"
DefaultPassword: ""
DefaultDomain: "zz"
DefaultLoadProfile OFF
GUIAsUser OFF
GUIUser: "xx"
GUIPassword: ""
GUIDomain: "zz"
GUILoadProfile ON
SyntaxRestriction OFF
HelpFile: "doc\help.chm"
RemConsole ON
RemConsolePort: 2002
RemAllowed: 127.0.0.1
RemDisallowed: x.x.x.x
Log2StdOut OFF
DefaultRunMissedTime: 15
ReloadImmediately ON
TrayIconDoubleClick: options
TrayIconRightButton: menu
TrayIconBalloonClick: NOOP
PerfMonitor OFF
MaxClipboardSize: 10240
INCLUDE "plugins\tools.spf"
INCLUDE "plugins\win2tray.spf"
INCLUDE "plugins\windows.spf"
INCLUDE "plugins\timesync.spf"
INCLUDE "plugins\wakeup.spf"
INCLUDE "plugins\time.spf"
INCLUDE "plugins\system.spf"
INCLUDE "plugins\ras.spf"
INCLUDE "plugins\http.spf"
INCLUDE "plugins\procwin.spf"
INCLUDE "plugins\winlirc.spf"
: CRONTAB-ERROR 10 1 DO 100 I 100 * BEEP LOOP ;
: REMINDER-SOUND 500 500 BEEP ;
--------------------------------------------------------------------
ФАЙЛ nncron.tab
--------------------------------------------------------------------
#CRONTAB FILE
# Classic crontab format:
# Minutes Hours Days Months WeekDays Years Command
# see 'example.tab'
#( my
Time: 2 12 * * 1 *
Rule: QUERY: "Запустить?"
Action:
StartIn: "C:\Program Files\Winamp"
ShowNormal NormalPriority
START-APP: C:\Program Files\Winamp\winamp.exe
)#
#( my2
Time: 3 12 * * 1 *
Rule: QUERY: "Отобразить?"
Action:
MSG: "!!!!!!"
)#
#( my3
Time: 3 12 * * 1 *
Rule: TQUERY: "Отобразить?" 30 Yes
Action:
MSG: "!!!!!!"
)#
[/more]
Во всех 3-х задачах запрос не выдаётся. Сразу запускается винамп или показывается сообщение. В з-й задаче использовал TQUERY. То же самое.
И ещё.
Не знаю должно ли так быть, но когда я убираю
"Rule: " и нажимаю Ctrl+S, что бы сохранить nncron.tab, на 4-ю секунду появляется сообщеине nnCron:
CRONTAB LOADING. В стеке мусор (8) (если "Rule: " убирается из скрипта с QUERY)
и
CRONTAB LOADING. В стеке мусор (16) (если "Rule: " убирается из скрипта с TQUERY)
3. Перезапуск nnCron не помогает.