SOLVED
Hello, Dev´s and RubyIcons,
i have in the next time a bad job. i must convert many sketchup files in a given versions and fileformats.
is it possible via ruby that let do this as batch process?
for example: in a folder i have different files with different versions v.3-16 (2016).
i would have the possiblity to do this as batch
open file, hide the message (this is a v.3 or what ever skp file).
save as v8 (v3-2016). input and output for all files in the given folders.
rename this like this "sketchup_file_name_V8 or if the input mask is empty let the old name and add the suffix _v8
foldernames like "input folder" and output folder with suffix v8 or v3-v16 (v2016).
Examples:
Old Name for the SKP-File was deaneau_house.skp
etc.
give the same Name deaneau_house_v8 and save in the Folder Output_V8
this one only if i choose v8 before i start the batch process
i f i choose the skp-Version v3 do the same only change the version and name suffix to v3 etc.
if possible Save In All Possible Versions
deaneau_house.skp
to deaneau_house_v3.skp... deaneau_house_v16 or _V2016
many thanks for your attention.
Dean