-- Dieter May , August 2011 set idml_folder to choose folder without invisibles --set idml_folder to alias "serv:JOB:0000-bvdm-PSO-2012:Abschnitt-D:zidml:D-04:" set idml_file to (idml_folder as string) set idml_file to (characters 1 thru ((count characters of idml_file) - 1) of idml_file as string) & ".idml" as string tell application id "com.adobe.InDesign" try package UCF source folder idml_folder UCF file idml_file open idml_file on error error_mess display dialog error_mess return end try end tell