Quote:
Originally Posted by zirkhaki
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
\")