The argument list is not correct. To find it, open the “Simulation.log” file in your ODYSSEE CAE project: "C:\Users\...\Documents\ODYSSEE\CAE\Lunar\NameOfProject"
All the arguments sent in the command prompt are displayed between String[] arguments and Computing results at the right of the equal symbol.
Here an example:
As the list is long, we have a faster way to use it:
1) Open simulation.log file
a. copy the lines from String[] arguments included to the end of the argument list arguments[ ]= (stop before the dashed line)
2) Open Simulation.qs file
a. search the line 57: String[] arguments <-> $args
b. Replace this line by the copy, should get the following result
c. Save Simulation.qsr the file
3) Finally, in the batch file, run this command line:
cd "C:\Users\...\Documents\ODYSSEE\CAE\Lunar\NameOfProject"
The argument list is not correct. To find it, open the “Simulation.log” file in your ODYSSEE CAE project: "C:\Users\...\Documents\ODYSSEE\CAE\Lunar\NameOfProject"
All the arguments sent in the command prompt are displayed between String[] arguments and Computing results at the right of the equal symbol.
Here an example:
As the list is long, we have a faster way to use it:
1) Open simulation.log file
a. copy the lines from String[] arguments included to the end of the argument list arguments[ ]= (stop before the dashed line)
2) Open Simulation.qs file
a. search the line 57: String[] arguments <-> $args
b. Replace this line by the copy, should get the following result
c. Save Simulation.qsr the file
3) Finally, in the batch file, run this command line:
cd "C:\Users\...\Documents\ODYSSEE\CAE\Lunar\NameOfProject"