Hello
I am trying to run calculiX in batch mode from command prompt (cygwin).
Solution runs correctly (the desired output file case1.dat is created and has content) if I use: “E:/CalculiX/ccx_static.exe” -i case1
If I use: “E:/CalculiX/ccx_static.exe” -i “C:/Program Files/examples/case1”
the frd is created but not the case1.dat file. I am using the " " because there is a space in “Program Files”
If I move my entire folder storing my job, output file is created, case1.dat:
“E:/CalculiX/ccx_static.exe” -i “C:/examples/case1”
Any idea on how I can pass the path of the input file location when the path contains a space?
Thanks.