Quote:
Originally Posted by zirkhaki
tried your setup, but it copies "cinematics" folder in its sub-directories and files but it should copy "game" and its sub-directories and files.
I read some topics about xcopy but nothing worked for me.
is "[CMDCommands_]" active by defaul or it should be activated somewhere?
|
Oh well

I will fix this
Activate it by remove the underline
The part in your code is only a example. You can remove it
Edit:
Setup_Fix added.
It should be
Code:
xcopy /e /i /y /q "{src}\game" "{app}\game" >nul 2>&1
Keep in mind that this section is basically a batch script. If you like to disable lines then add :: infront of the line instead of //.