Help needed: Simple CLI script assistance Reality Capture

Hi. Im trying to use the CLI scripting workflow with a simple .bat file to process a few files.
I have four saved reality capture projects each with a single aligned component without meshs created yet.

I want to be able to: load file_1, create a normal mesh, texture, save, close, load file 2, create normal mesh, texture, save, close, load file 3… etc. I’m doing this to run over night so I dont have to click each one though each step.

The script script I have so far is below saved as a .bat file.

“C:\Users\Owner\Documents\2023\my project\8_top.rcproj” ^
-selectMaximalComponent ^
-calculateNormalModel ^
-calculateTexture ^
-save ^
-quit ^

At the moment, running the script will correctly open the saved file but then nothing happens inside RC. Any assistance would be great.

Hi RisePC,
you could start like:
“C:\Program Files\Capturing Reality\RealityCapture\RealityCapture.exe”

start cycle from 1-4

-load C:\MyFolder\MyProject(1).rcproj
-selectMaximalComponent ^
-calculateNormalModel ^
-calculateTexture ^
-save ^

end of cycle
-quit