Check out the new downloads section to find Clip Command, a free command-line driven GoldMine utility I wrote to allow the copying of data from the current contact record to the clipboard.

From the included readme.txt:

GoldMine versions 4, 5, 6 and 7 are supported though
earlier versions may also work.

Command line syntax:

Pull the ACCOUNTNO from the current record:
c:\apps\goldmine\Clip_command.exe /field:contact1->accountno

Pull the Name and Address block from the current record:
c:\apps\goldmine\Clip_command.exe /field:&NameAddress

Pull the first three characters from the Key1 field of the current record:
c:\apps\goldmine\Clip_command.exe /field:left(contact1->key1,3)

Enjoy!!

Leave a Reply