INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Help with command line  (Read 75 times)

bodiebill

  • Junior Woodchuck
  • **
  • Posts: 82
Help with command line
« on: Yesterday at 07:10:53 am »

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.
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2539
Re: Help with command line
« Reply #1 on: Yesterday at 08:01:23 am »

That command just opens the Move/Copy Fields dialog, it takes no arguments. You can do the bulk copy using that dialog.

If you need automation to do it repeatedly... one option is to just overwrite the field's .JMD file on the library folder- copy "field (F1).jmd" to "field (F2).jmd" - though you may need to close/restart MC for that to work.
Logged

bodiebill

  • Junior Woodchuck
  • **
  • Posts: 82
Re: Help with command line
« Reply #2 on: Yesterday at 08:07:12 am »

That is helpful. I may go the latter route. Thanks!
Logged
Pages: [1]   Go Up