ddinisco Posted June 14, 2012 Posted June 14, 2012 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
Recommended Posts
This topic is 4545 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now