• scronin 98371 (4/30/2014)


    Never mind. Some trial and error, I placed it at the end of the command string and it worked.

    Yes, that is what I did too.

    set @CMD = 'copy ' + @Folder + @FileHdrName + @Extension + ' + ' + @Folder + @FileDataName + @Extension + ' ' + @Folder + @FileName + @Extension + ' /b'