View Single Post
  #10  
Old 14-12-2018, 12:51
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by zirkhaki View Post
so the folders that need to be copied should be in setup folder. First DVD or the last one?

and for other games, did i mention the right method?
[CMDCommands]
copy /Y "{src}\game\cinematics\videos\golden_path\05_blade \B_20_10.vib" "{app}\game\cinematics\videos\golden_path\05_blade "

sorry to bother you, but this is really intersting for me.
Yes, always last disk! Otherwise cmd can't find files because you have last disk inserted, but required files are in first disk (for example).

For single file you can use copy command. For many files or folders you should use xcopy instead with parameters to include subfolders and files and recursive copy.

If you use just "copy" command, don't forget to add a \ at target folder ("{app}\game\cinematics\videos\golden_path\05_blad e\")
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
zirkhaki (14-12-2018)