greetings & kind regards
may i please request feature id est command line control . at this time i am most interested in generating files of exported or printed to disk output of template runs via command line .
thank you kindly
greetings & kind regards
may i please request feature id est command line control . at this time i am most interested in generating files of exported or printed to disk output of template runs via command line .
thank you kindly
A number of operations can be done on the command line, but if you want to export the template results you would have to use a short script. For example, you could make a short script called MyExport.1sc that contains:
ExportCSV( GetFileName + ".csv" );
and then run that script using:
010editor file.dat -script:MyExport.1sc
‘ExportXML’ is also available to export as XML data. Let us know if you have any questions on this.
Graeme
SweetScape Software