Load data automatically on start up in GUI mode

Feel free to ask any question here
Post Reply
ClaireC
Posts: 1
Joined: Thu Mar 31, 2022 2:33 pm

Load data automatically on start up in GUI mode

Post by ClaireC »

Hello,

I'd like to be able to programatically open CloudCompare (in GUI mode) with data preloaded. My desired workflow would be to run a script(?) then CloudCompare would open with my data loaded - does anyone know if this is possible??
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Load data automatically on start up in GUI mode

Post by daniel »

Well, to do that there's a simple command line syntax where you just call 'CloudCompare.exe path_to/my_file.ext' (or equivalent executable on other OSes)
Daniel, CloudCompare admin
DA523
Posts: 166
Joined: Mon May 25, 2020 4:02 pm

Re: Load data automatically on start up in GUI mode

Post by DA523 »

On Windows OS, put this in a batch file (MY.BAT)

"C:\Program Files\CloudCompare\cloudcompare.exe" "C:\myxyz\p1.csv"
or

"C:\Program Files\CloudCompare\cloudcompare.exe" -o "C:\myxyz\p1.csv" -COORD_TO_SF z -DELAUNAY
Post Reply