Search found 2 matches

by klift
Sat Jan 28, 2023 12:17 pm
Forum: CloudCompare
Topic: Using spaces in the command line mode
Replies: 9
Views: 60919

Re: Using spaces in the command line mode

I think this should help you: https://www.cloudcompare.org/forum/viewtopic.php?f=9&t=6118&p=27109 Thank you, I have checked the link. It indeed solves the problem of just having paths with spaces in cmd. I had this problem initially as well and I also solved it by using quotes. However, it ...
by klift
Fri Jan 27, 2023 4:34 pm
Forum: CloudCompare
Topic: Using spaces in the command line mode
Replies: 9
Views: 60919

Using spaces in the command line mode

Hello, I am currently working on writing a command line script to convert a batch of .laz files to .e57 format and it seems to work in most of cases. set local EnableDelayedExpansion REM specify the directory with the .laz files for the format change set Files2Convert="D:\in" REM specifyin...