Open and Merge with command line .bat
Posted: Tue Jan 04, 2022 3:51 pm
Hi,
I try to make a .bat file. I want that this file just :
- open cloudcompare
- charge my .xyz files
- and merge these files automatically
I'm beginner in .bat programation, I found https://www.cloudcompare.org/doc/wiki/i ... d_distance
with comand lines, and I try :
""
start C:\Users\adrie\OneDrive\Documents\CloudCompare_v2.6.1_bin_x64\CloudCompare.exe
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg001_points.xyz
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg002_points.xyz
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg003_points.xyz
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg004_points.xyz
CloudCompare.exe -MERGE_CLOUDS
exit
""
Only the first line work, others don't work.
If you can help me...
Thx
I try to make a .bat file. I want that this file just :
- open cloudcompare
- charge my .xyz files
- and merge these files automatically
I'm beginner in .bat programation, I found https://www.cloudcompare.org/doc/wiki/i ... d_distance
with comand lines, and I try :
""
start C:\Users\adrie\OneDrive\Documents\CloudCompare_v2.6.1_bin_x64\CloudCompare.exe
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg001_points.xyz
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg002_points.xyz
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg003_points.xyz
CloudCompare.exe -O -GLOBAL_SHIFT AUTO C:\Users\adrie\OneDrive\Bureau\PPP\test\leg004_points.xyz
CloudCompare.exe -MERGE_CLOUDS
exit
""
Only the first line work, others don't work.
If you can help me...
Thx