View Single Post
  #8  
Old 14-12-2018, 12:31
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,334 Times in 2,837 Posts
KaktoR is on a distinguished road
For this game it is easier to use this
Code:
xcopy /e /i /y /q "{src}\game" "{app}" >nul 2>&1
It will copy the whole folder + subfolders and all it's file to {app} folder.

No need for destination file name.

Source folder ({src}) is simply from where you install it. It has nothing to do with CIU folder. It's the same if you would like to install redist from disc.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
zirkhaki (14-12-2018)