I keep getting command not implemented errors. This is with just trying to copy the skins dir to z:\ for testing reasons.
I've tried all these
COPY C:\Skins\ Z:\
COPY C:\Skins\* Z:\
COPY "C:\\Skins\\" "Z:\\"
COPY "C:\\Skins\\*" "Z:\\"
| CODE |
COPY "C:\\Skins\\" "Z:\\" true |