June 14, 201213 yr I have a basic shell script step that I have been using for years that basically copies a folder structure on our media server and renames it with a filemaker field value. In FM11 it takes about :02 to run, but in FM12 it takes about :45 to run. set x to cell "JobFileName" of current record do shell script "cp -pr /Volumes/vserver/vProjects/_project_template /Volumes/vserver/vProjects/" & x Any ideas as to why this takes so long? Thanks David
Create an account or sign in to comment