doc:batch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
doc:batch [2021/07/26 12:35] thomasdoc:batch [2021/07/26 13:57] thomas
Line 1: Line 1:
 ====== Batch Optimization using the Command Line ====== ====== Batch Optimization using the Command Line ======
-If you need to automate multiple optimizations, you can use the ''sconecmd'', the SCONE command line interface. By default, it is located in ''C:\Program Files\SCONE\sconecmd.exe'', and can be used as follows:+==== Command-line interface ==== 
 +If you need to automate multiple optimizations, you can use the ''sconecmd'', the SCONE command-line interface. By default, it is located in ''C:\Program Files\SCONE\sconecmd.exe'', and can be used as follows:
 <code> <code>
 "C:\Program Files\SCONE\sconecmd.exe" -o "your_file.scone" "C:\Program Files\SCONE\sconecmd.exe" -o "your_file.scone"
Line 10: Line 11:
 </code> </code>
  
 +==== Batch Optimizations ====
 You can also create a Windows ''.bat'' file which contains multiple commands: You can also create a Windows ''.bat'' file which contains multiple commands:
 <code> <code>