VMS Help  —  MRD Library, mrd_move
    mrd_move - Move media from one location to another

    Windows NT         mrd.dll
    UNIX               /usr/lib/libmrd.a
    OpenVMS            MRD$RTL.EXE

    #include <mrd_common.h>
    #include <mrd_message.h>

    int mrd_move(
        const char *robot_name,
        const char *volume_tag,
        const char *source,
        const int   source_type,
        const char *destination,
        const int   destination_type,
        const int   cartridge_side,
        char       *log_info) ;
Additional Information: explode extract
Parameters Description Example Return Values Related Functions
Close Help