OverWriteActivityLog |
Top Previous Next |
Valid for: SetStartup
Syntax - SetStartup OverwriteActivityLog {"Yes" | "No"}
Description: This option is used to determine if the activity log is to be overwritten or appended each time EMUE processes the script. If OverwriteActivityLog is set to No, then any new activity will be appended to the activity file if it already exists. If time and date stamps are used in the name of the activity log, then this option does not matter because each time the script runs, a new file will be created. This option sets the Overwrite File checkbox on the Debugging & Logging Activity tab of the EMUE Tools - Current Settings - Option Settings dialog.
Sample: The following statement instructs EMUE to overwrite the activity log with each script execution. SetStartup OverwriteActivityLog "Yes"
See Also:
|