Quest for The Code - no unecm batch file Topic is solved
Moderator: LW Moderator
Quest for The Code - no unecm batch file
Can you add an unecm windows bat file..it seems to be missing the application to unnecm. Thanks!
- Meddle
- Super Member
- Posts: 2621
- Joined: Sun Nov 05, 2006 9:44 pm
- Location: In the driver's seat.
- Has thanked: 78 times
- Been thanked: 123 times
Re: Quest for The Code - no unecm batch file
There isn't anything special about those unecm batch files that are packed with some of the titles. Those are included mostly for the convenience of those who are not familiar with the command line. You can easily construct one for yourself as seen below.
The following is all that is needed in the batch file:
The quotes are used if the file name in question has spaces in it. If not the quotes are not needed. If for example you have a different kind of image file such as a CloneCD "img" file use that instead of the bin I used in my example. I hope that helps. 
The following is all that is needed in the batch file:
Code: Select all
unecm.exe "file name.bin.ecm" "file name.bin"

- hfric
- 3DSL Moderator
- Posts: 5026
- Joined: Sun Jan 09, 2005 2:51 am
- Has thanked: 49 times
- Been thanked: 233 times
Re: Quest for The Code - no unecm batch file Topic is solved
or just drag and drop the ecm file to unecm ... works the same way