I am trying to add some commands to my wineskinstartupscript, and I think I understand the syntax, but obviously I am doing something wrong. The cp command is the code below is there so I can see whether I have the syntax correct for identifying the file I want to modify with sed, but the cp command doesn't work:
{CODE(caption="Code that doesn't work")}VDOSFOLD="$CONTENTSFOLD/Resources/drive_c/Program Files/vDos"
CONFTXT="$VDOSFOLD/config.txt"
cp $CONFTXT "$VDOSFOLD/configtxtcopy"{CODE}
This seems simple enough, but the file isn't copied. I've tried escaping the space in Program Files, but it didn't help and shouldn't be needed, I think.
I'll be very grateful for any help.
↧