Hi everyone,
I'm trying to write a script via QFile.
How do I print the unix character used to show that a line is continuous:
for example:
xsound title="White Rose" \
artist="Eternal Engine"
Printable View
Hi everyone,
I'm trying to write a script via QFile.
How do I print the unix character used to show that a line is continuous:
for example:
xsound title="White Rose" \
artist="Eternal Engine"
Maybe you have to escape that character.
Means "\\" and not "\".
Thanks, that worked.