Hello,
I want to run a journal file from the terminal :
I start
trelis -nographics
How can I run a journal file name mytest.py from the terminal ?
Thanks for you help
Hello,
I want to run a journal file from the terminal :
I start
trelis -nographics
How can I run a journal file name mytest.py from the terminal ?
Thanks for you help
Yes, you can do that using trelis.com instead of trelis.exe. Here is an example:
“C:\Program Files\Trelis 15.0\bin\trelis.com” -nographics -batch C:\test.py
or without the .com extension.
“C:\Program Files\Trelis 15.0\bin\trelis” -nographics -batch C:\test.py