Changes between Version 14 and Version 15 of MSEBatch


Ignore:
Timestamp:
2010-09-13 10:54:47 (14 years ago)
Author:
joeb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MSEBatch

    v14 v15  
    2020 
    2121== 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. For example  
    23   {{{ 
     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{{{ 
    2424Control_File_Version,1.0,,,ignored comments,,, 
    2525}}} 
    26  
    27   ''{{{'' 
    28  
    29 Control_File_Version,1.0,,,ignored comments,,, }}} '''' 
    3026 
    3127  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. 
     
    3430 
    3531 * ''Control_File_Version'' 
    36  * ''{{{'' 
    3732 
    38 Control_File_Version,1,,, }}} '''',, 
    39  
    40  * Version number of the file 1.0 for the first version 
     33'''' * Version number of the file 1.0 for the first version 
    4134 * ____