Automated Tasks
From version V4.4.092 you may use DA-C in batch mode.
DA-C /sf <script file> /lf <log file>
Execute commands from script file after start
Comments: Lines beginning with "//" are comments and will be ignored.
Commands: Multiple commands in one line must be separated by a semicolon ';'.
//
// DA-C Script file for ...
//
Window::CloseAllWindowsTabs
Start::RebuildDatabase
Browse::GlobalFunctions
Browse::GlobalVariables
Browse::GlobalConstants
Browse::GlobalTypes
Browse::GlobalMacros
Browse
File::SaveAllBrowserWindows
File::SaveAllMessageLogs
Start::MyName
//File::Exit
<log file>: Log file for /sf command.
Line: 00001 //
Line: 00002 // DA-C Script file for ...
Line: 00003 //
OK: Line: 00004 Window::CloseAllWindowsTabs
OK: Line: 00005 Start::RebuildDatabase
OK: Line: 00006 Browse::GlobalFunctions
OK: Line: 00007 Browse::GlobalVariables
OK: Line: 00008 Browse::GlobalConstants
OK: Line: 00009 Browse::GlobalTypes
OK: Line: 00010 Browse::GlobalMacros
ERROR: Line: 00011 Browse
OK: Line: 00012 File::SaveAllBrowserWindows
OK: Line: 00013 File::SaveAllMessageLogs
ERROR: Line: 00014 Start::MyName
Line: 00015 //File::Exit