Problems With Createfolder in Copy Command

Hi

I am trying to create a button which will automatically copy the contents of a folder into a new dated subdirectory within another existing folder, thus creating dated "BackUps" of my source folder. The command that I am trying to use, (but does not appear to work) is

COPY FILE "m:\TestDB\data" TO = CreateFolder NAME "c:\Test Backup{date|yyMMdd}"

The CreateFolder command works OK on its own, and the "Test Backup" folder already exists. Does the CreateFolder parameter work differently within the Raw Copy Command to the Raw Createfolder Command?

Any help would be appreciated.

Tony

Copy "m:\TestDB\data" CREATEFOLDER "c:\Test Backup{date|yyMMdd}"

Thanks - That works now, - I was trying to overcomplicate things with too many parameters