I felt the urge to have a CLI version of Freitas' tool for creating PSX CDROM images, which does the job very well but it can't used in automatic building script (ex. build your program and generate the CDROM altogether).
So after a bit of googling I've found the source (at Tails92's PSXSDK site) along with the JAP/USA/EUR licence files.
I've built a Win32 version with MInGW. Now I can do something interesting like this:
Code: Select all
cd C:\psyq\tools\makecd
mkisofs -xa -o psxiso.iso ISOROOT
mkpsxiso.exe psxiso.iso psxiso.bin infojap.dat
copy psxiso.bin C:\psyq\epsxe190
cd C:\psyq\epsxe190
epsxe.exe -nogui -loadbin psxiso.bin

I tested my build on WinXP, I don't know if it would run on a Windows 64bit (probably yes).
Please find attached to this post source code, binary and licence files.
Enjoy the command line
