Create New Folder
Job List
|
Logout
Job Definition
:
; Comments: this simple job will start Notepad on ; the first business day of every month ; In case if an error occurs the job will ; send an email message to the specified ; recipient. [Variables] NAME = Dynamic ASP/COM+ job JOB_TYPE = P COMMAND = notepad.exe SCHEDULE_TYPE = M MONTHLY_TYPE = T DAY_NUMBER = First DAY_NAME = Weekday SLIDE_HOLIDAY = Y START_TIME = 09:00 SKIP = N ASYNC = Y MSG_ERROR = Y MSG_EMAIL = Y MSG_ACCOUNT = your email profile here MSG_PASSWORD = your email password here