|
#14
|
|||
|
|||
|
when making dummy files with notepad or renaming txt file then make sure you don't leave .txt extension
Easy to do if you have unticked "Hide extensions for known file types" in windows settings. (Control Panel -> Folder Optrions -> View Tab -> Advanced Settings) Any advanced windows user should have this unticked. Of course batch file won't pack renamed txt files if there is .txt extension filename.txt <- Wrong way filename <- right way Here is how i usually do my dummy files using batch file Code:
ECHO. >dummy Code:
REM DUMMY FILES FOR MULTI10 ECHO. >SOUNDSPEECHCopspeechdat_en_big ECHO. >SOUNDSPEECHCopspeechdat_ru_big ECHO. >SOUNDSPEECHCopspeechdat_sp_big REM DUMMY FILES FOR MULTI3 ECHO. >SOUNDSPEECHCopspeechdat_fr_big ECHO. >SOUNDSPEECHCopspeechdat_ge_big ECHO. >SOUNDSPEECHCopspeechdat_it_big |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 | jta | PC Games - CD/DVD Conversions | 22 | 05-08-2012 16:55 |
| Need For Speed Undercover (DVD9 to 2x DVD5) | ravd | PC Games - CD/DVD Conversions | 7 | 09-03-2010 14:07 |
| Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 06:28 |