rem ***** BEGIN sample_update_software.bat
@echo off
@echo ***** Updating Calculix Solver
@echo ***** PASTIX is Default, switch using Library CCX_custom_commands PARDISO SOLVER
c:
cd c:\Users\Public
echo The current directory is %CD%
mkdir calculix_2.20_4win
cd calculix_2.20_4win
xcopy /E /Y Z:\SOFTWARE\SOFTWARE\calculix_2.20_4win .
cd ..
@echo ***** Update Gmsh Solver *****
mkdir gmsh-4.10.5-Windows64
cd gmsh-4.10.5-Windows64
xcopy /E /Y Z:\SOFTWARE\SOFTWARE\gmsh-4.10.5-Windows64 .
cd ..
pause
rem ***** END sample_update_software.bat
cd C:\Users\%username%\AppData\Local\Mecway_Limited\mec*\20.*
Make a master.top file from the latest user.config, keeping all lines up the the last
</setting>
command
</Mecway.My.MySettings>
</userSettings>
</configuration>
type master_user_config.top your_user_config_updates.mid master_user_config.bot > user.config
<setting name="LibraryPath" serializeAs="String">
<value>Z:\SOFTWARE\Mecway_Library</value>
</setting>
<setting name="GmshPath" serializeAs="String">
<value>C:\Users\Public\gmsh-4.10.5-Windows64\gmsh.exe</value>
</setting>
<setting name="CCXSolverPath" serializeAs="String">
<value>C:\Users\Public\calculix_2.20_4win\ccx_dynamic.exe</value>
</setting>
<setting name="Scripts" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<string>Z:\SOFTWARE\Mecway_Library\PythonScripts\AA_Python_QUICKREF.py</string>
<string>Z:\SOFTWARE\Mecway_Library\PythonScripts\center_of_circle_3pts.py</string>
<string>Z:\SOFTWARE\Mecway_Library\PythonScripts\solve_then_save.py</string>
</ArrayOfString>
</value>
</setting>
<setting name="DefaultMeshingParameters" serializeAs="String">
<value><mesher elementspercurve="1" elementsperedge="2" grading="0.3" volume="true" quaddominated="true" quadratic="true" straightedges="true" /></value>
</setting>
It looks like you're new here. If you want to get involved, click one of these buttons!