I have several dozen single-file FLAC images where the accompanying CueSheet is not embedded, and I wish to write a batch file that will embed the CueSheets unattended. According to multiple posts in the forums, the way to accomplish this is with the command
tag.exe -f "CUESHEET=cue sheet.cue" "flac file.flac"
But all that results is the error message, "Invalid Parameter: f." What am I doing wrong?