Changes between Version 13 and Version 14 of MSEBatch
- Timestamp:
- 2010-09-13 10:53:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MSEBatch
v13 v14 20 20 21 21 == Command file format == 22 The command file is a CSV (coma separated values) file that contains tags. A tag is a predefined string of text that appears at the start of the line and is used to identify the line as valid input for the MSE module. After the data part of the tag there must be a least one empty entry to mark the end of the valid data. All data that appears after the empty entry will be ignored.23 For example ''{{{22 The command file is a CSV (coma separated values) file that contains tags. A tag is a predefined string of text that appears at the start of the line and is used to identify the line as valid input for the MSE module. After the data part of the tag there must be a least one empty entry to mark the end of the valid data. All data that appears after the empty entry will be ignored. For example 23 {{{ 24 24 Control_File_Version,1.0,,,ignored comments,,, 25 25 }}} 26 '' 26 27 ''{{{'' 28 29 Control_File_Version,1.0,,,ignored comments,,, }}} '''' 30 27 31 Lines in the command file that do not contain a recognized tag will be ignored. A command file can any number of lines that are not valid inputs as long as they don't start with a valid tag, these could include comments and user notes. The order that tags appear in the file is not important. 28 32 … … 30 34 31 35 * ''Control_File_Version'' 32 * ''{{{ 33 Control_File_Version,1,,, 34 }}} 35 '' 36 36 * ''{{{'' 37 38 Control_File_Version,1,,, }}} '''',, 39 40 * Version number of the file 1.0 for the first version 37 41 * ____