This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
listofflags [2014/08/21 14:40] Mitch [Report Flags] |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== List of ParserMonster Flags ====== | ||
| - | |||
| - | The list of flags is divided into categories for easier reference. | ||
| - | |||
| - | Click on the flag for more details. | ||
| - | |||
| - | ===== Main Window Flags ===== | ||
| - | Tasks usually have no reason to interact directly with the Main Window. However, these flags can be used in a script designed specifically for setting up your working environment. In fact, the ParserMonster Framework recognizes two of them: | ||
| - | * [[autorun|AutoRun.task]] executed whenever the application is launched. | ||
| - | * [[autorun2|AutoRun2.task]] executed **after** AutoRun.task completes successfully. | ||
| - | |||
| - | |||
| - | ===== Source File Flags ===== | ||
| - | Normally, you select the folder where one or more source files are to be processed. Sometimes, though, you may need to specify multiple files from all over the hard drive. If you don't want to have to keep browsing or dragging and dropping folders, one of these flags can help: | ||
| - | [[readsourcefromfile]] ignores the Main Window' | ||
| - | |||
| - | ===== Output File Flags ===== | ||
| - | Normally, you select a folder where all output is sent. Sometimes, though, you may need to specify multiple folders, multiple files and specific file names. | ||
| - | |||
| - | ===== Report Flags ===== | ||
| - | For each file that is processed, tasks may generate one or more reports. | ||
| - | |||
| - | By default, reports are raw output from tasks. Setting the following flags modifies reports: | ||
| - | |||
| - | [[reportheader|ReportHeader]] outputs one or more [[variables_in_reportheader|report header variables]] | ||
| - | |||
| - | [[reportfooter|ReportFooter]] outputs one or more [[variables_in_reportfooter|report footer variables]] | ||
| - | |||
| - | [[reportsmerge|ReportsMerge]] combines into one report all output from each file processed. | ||
| - | |||
| - | ===== System Flags ===== | ||
| - | |||
| - | ===== Undocumented Flags ===== | ||
| - | These flags have been implemented and will be documented, eventually. | ||
| - | |||
| - | SafeBrowseReadFrom | ||
| - | SafeBrowseWriteTo | ||
| - | |||
| - | Trace | ||
| - | |||
| - | ScriptIcons | ||
| - | AutoRun | ||
| - | AutoRun2 | ||
| - | |||
| - | ProcessFileNames | ||
| - | |||
| - | Pipe | ||