Search results for: “cmarcedit”

  • MarcEdit 5.8 Update

    It’s been about 3 months since the last MarcEdit, so hopefully this one will be worth it.  Over those 3 months, I’ve been working on a few new tools, the biggest enhancement being the RDA Helper.  I’ve included information about that tool at: MarcEdit 5.8: Introducing the RDA Helper.  In addition to the RDA Helper,…

  • MarcEdit 5.8: Using the Command-line tool

    One thing that many people do not always realize is that MarcEdit includes a console application as part of the MarcEdit package.  This is a separate program, cmarcedit.exe.  The tool is designed to provide quick access to the MARCEngine functions (making/breaking) as well as character conversions, etc.  Since documentation on this tool is light (something…

  • Merry Christmas–MarcEdit 5.7 Available

    Merry Christmas everyone.  I hope that everyone has a safe, and happy holidays with their family and their friends.  In what has become a bit of a holiday tradition, I’m releasing an update to MarcEdit, MarcEdit 5.7.  Yep, this shifts from version number from 5.6 to 5.7, and there are some pretty good reasons why…

  • MarcEdit 5.2 update/Linux download

    For some time, I’ve been working on a development branch of MarcEdit to provide better (i.e., official) support for the application on Linux.  This was actually one of the big reasons behind the change in program languages from a mix of Assembly/Delphi to C#, as well as my interest and periodic activity with the Mono…

  • MarcEdit 5.1 Update

    I’ve got a couple of MarcEdit updates for folks.  Most of these updates are related to the Z39.50 client.  Of course, a number of other features have been added as well.  Here are the highlights: Z39.50 Changes So a number of Z39.50 changes — some related to adding editing functionality to the MarcEditor, others to…

  • Running MarcEdit 5 on macs, linux and other updates

    So with the coming preconference at Code4Lib (which I wish I was going to :(), I’ve had a few folks ask if MarcEdit can run on a mac or linux system.  Well, the console version of the application can.  The GUI portion of the program still relies on components that haven’t been fully migrated into…

  • MarcEdit 5 update

    Apparently in an update, I’d broken the MARCJoin function (the files to join wasn’t being set).  Sorry about that.  So, I’ve fixed this and in fixing this, corrected a problem with the same function in the console program.  To run in the console, you’d use the following: %cmarcedit.exe -s c:\myfile.mrc;c:\myfile2.mrc -d c:\newfile.mrc -join In the…

  • MarcEdit 5.0 update

    What folks may not realize, is that MarcEdit 5.0 includes a command-line program.  I added a few more command-line switches to give users access to the XML transformations through the command-line.  At this point, the following arguments are available: Arguments:        -s:     Path to file to be processed.                        If calling the join utility, source must be…