View Single Post
  #12  
Old 15-12-2018, 03:16
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by zirkhaki View Post
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 //.
__________________
Haters gonna hate

Last edited by KaktoR; 15-12-2018 at 03:30.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
zirkhaki (15-12-2018)