Re: DiscImageCreator
Posted: Sun Mar 06, 2016 5:27 am
I've created the directory "C:\test", put the remove.exe tool there and created the datfile using Dir2Dat in ClrMAMEPro:
So the ClrMAMEPro puts directory name into "game name" and "description". I think DIC can put the "filename" name there from the commandline (cd <DriveLetter> <Filename> <DriveSpeed(0-72)> [/a (val)]).
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd">
<datafile>
<header>
<name>-insert name-</name>
<description>-insert description-</description>
<category>Standard DatFile</category>
<version>-insert version-</version>
<date>-insert date-</date>
<author>-insert author-</author>
<email>-insert email-</email>
<homepage>-insert homepage-</homepage>
<url>-insert url-</url>
<comment>-insert comment-</comment>
<clrmamepro/>
</header>
<game name="test">
<description>test</description>
<rom name="remove.exe" size="99328" crc="65f5cd29" md5="8d4616abe8a949362b4b69d5417e678f" sha1="96d36b0cfa9240ef4c0502f4ea0d1f682ba277d9"/>
</game>
</datafile>