it's really nothin special, but if you insist:
i had a couple people ask me about modifying the order of operations for making a pkg to suite their own needs. there's nothing easier than editing a bat file, so i decided to take advantage of sfo4j's java sfo reader classes and make a quick exe that will spit out a requested value of a specified sfo file and use it in a rough make_pkg port to batch. since it uses those java->c#->
vb.net classes, 99% of the read_sfo code isn't mine and i can't stress that enough (all i did was make it output a single value), so credits to timesplinter & trueicecold.
with that said, it's really only useful for programmers using various languages who can't implement their own sfo reader, so they can simply execute read_sfo and set their own variables from the output.
syntax: read_sfo <SFOpath> <value>
example: read_sfo C:\PARAM.SFO TITLE_ID
*value is case sensitive
read_sfo.rar
Multiupload.com - upload your files to multiple file hosting sites!
read_sfo_with_examples.rar
Multiupload.com - upload your files to multiple file hosting sites!
read_sfo_src.rar
Multiupload.com - upload your files to multiple file hosting sites! (
pastebin)