moving compiled forms form one directory to the next

 Problem Description : 

 

 

 

 Resolution : 

find fmb -name *.fmx -mtime -1 -exec cp {} fmx \;

 

Use this comand to move the forms from fmb to fmx directories. It will only move current days files.

 

 

 Revision Date : 3/11/2009