Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: CUE sheet problem (Read 1983 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

CUE sheet problem

I want to know when modifying an item like TITLE "Track01" in .CUE file,
if I want to change "Track01" to some text with double quote (e.g., abc-"de"-fg),
what should I do?

it seems TITLE "abc-"de"-fg"
is illegal

also i can't change it like what we did in some program coding:
TITLE "abc-\"de\"-fg"
this also doesn't work.

Anyone can help me?

Thank you very much

CUE sheet problem

Reply #1
Have you tried using double quote's for the quote characters?
like: "abc-""de""-fg"

it might work

CUE sheet problem

Reply #2
Quote
Have you tried using double quote's for the quote characters?
like: "abc-""de""-fg"

it might work

Yes, I tried that way. But it still doesn't work