I would like to copy the contents of one field to another field using the command line. I found this MCC command MCC_MOVE_COPY_FIELDS which has command number 23027.
Suppose I want to copy the contents of field F1 to that of field F2 for all items in the library, what should the command look like? Judging from the examples something like
MC32.exe /MCC 23027,0
but how do I specify which fields?
I could not find much on the web, so all help will be appreciated.