|
#11
|
||||
|
||||
|
I tried both memthods (copy & xcopy)
none of them worked for me. I tried xcopy with different switches but it didn't worked too. I have this: Code:
[CMDCommands_]
IF EXIST "{src}\NEW_FILES" RD "{src}\NEW_FILES" /S /Q
MD "{src}\NEW_FILES"
COPY /Y "{src}\ORIG_FILES\*.dll" "{src}\NEW_FILES\*.dll"
COPY /Y "{src}\ORIG_FILES\*.bmp" "{src}\NEW_FILES\*.bmp"
xcopy /e /i /y /q "{src}\game" "{app}" >nul 2>&1
//xcopy /h /c /k /e /r /y "{src}\game" "{app}"
//xcopy "{src}\game" "{app}" /h /c /k /e /r /y
//COPY /Y "{src}\game\cinematics\videos\golden_path\05_blade\B_20_10.vib" "{app}\game\cinematics\videos\golden_path\05_blade\"
Code:
IF EXIST "{src}\NEW_FILES" RD "{src}\NEW_FILES" /S /Q
MD "{src}\NEW_FILES"
COPY /Y "{src}\ORIG_FILES\*.dll" "{src}\NEW_FILES\*.dll"
COPY /Y "{src}\ORIG_FILES\*.bmp" "{src}\NEW_FILES\*.bmp"
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? |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best Compression Methods for 'Specific' Games INDEX | JustFun | Conversion Tutorials | 58 | 30-03-2026 18:03 |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Grey Goo/Grey Goo Definitive Edition - 3xDVD5 [CIUv2.0.5.1g] | vollachr | PC Games - CD/DVD Conversions | 1 | 27-03-2018 07:28 |