call message('Config file not found. Creating a new one.')
call open('cronfile','s:cron.config', 'W')
call writeln('cronfile', ';EZCron Config File')
call writeln('cronfile', prefs.5)
call close('cronfile')
end
return
closewindow:
hide
address value host
call refresh()
return
syntax:
ioerr:
error:
errorrc = RC
call rtezrequest('EZCron has exited with an error'||LF||'Line' SIGL ERRORTEXT(errorrc),'Okay!','EZCron FATAL ERROR','rt_reqpos = reqpos_centerscr rtez_flags=ezreqf_centertext',)
call exiting()
exiting:
break_c:
hide unload /* Hide the window and unload the gui */