Ok guys, it seems FAT32 increases comptability with HDDs and USB sticks because my corsaire 4G USB stick works now !
Thank you, and now it works! I also tried Ocarina and that worked as well. Good job!oggzee said:quepaso, leic7:
At the moment it will complain if there is no wbfs partition found, but just press A to select the FAT partition, don't worry it won't format anything, unless you press buttons + or - on the next screen.
This will be cleaned up soon to be more clear.
I guess wbfs_file 1.0 answers all of your questionszektor said:I can envision how this'll work, and that will be greatWill I need to re-rip my titles from a wbfs drive to get the next version to create these text files, or will there be an option to run it on a directory of already processed .wbfs files? Reason I ask is because I only just got done transferring 280 games!![]()
![]()
oggzee said:I guess wbfs_file 1.0 answers all of your questions![]()
if you still have the WBFS partition, then you can just run:
wbfs_file.exe W: make_info
if you only have .wbfs files, and have cygwin, you can run it in a loop:
for F in e:/wbfs/*.wbfs; ./wbfs_file.exe $F make_info; done
is there an easy way to do that using windows CMD?
Yes. Run this from within your WBFS folder (i.e. d:\wbfs), otherwise your txt files will be created in the wrong place:
CODEfor %i in (*.wbfs) do wbfs_file.exe %i make_info
oggzee said:I guess wbfs_file 1.0 answers all of your questionszektor said:I can envision how this'll work, and that will be greatWill I need to re-rip my titles from a wbfs drive to get the next version to create these text files, or will there be an option to run it on a directory of already processed .wbfs files? Reason I ask is because I only just got done transferring 280 games!![]()
![]()
![]()
if you still have the WBFS partition, then you can just run:
wbfs_file.exe W: make_info
if you only have .wbfs files, and have cygwin, you can run it in a loop:
for F in e:/wbfs/*.wbfs; ./wbfs_file.exe $F make_info; done
is there an easy way to do that using windows CMD?
Oh, thank you, so I see windows CMD has got some useful functionality after all.Jman69 said:oggzee said:for F in e:/wbfs/*.wbfs; ./wbfs_file.exe $F make_info; done
is there an easy way to do that using windows CMD?
Yes. Run this from within your WBFS folder (i.e. d:\wbfs), otherwise your txt files will be created in the wrong place:
CODEfor %i in (*.wbfs) do wbfs_file.exe %i make_info

Someone will need to build the tool on macosx, i think very minor changes would be required to make it work.bnm81002 said:I'm having problems trying to use wbfs_file 1.0, when i click on the wbfs_file icon, I get nothing but a quick flash on my PC, what do I need to do in order to use this program? thanks
You can drag and drop .iso files to it, to convert them to .wbfs files.
For any other command you will need to run it from a CMD window.
QUOTE(Ovitz @ Oct 25 2009, 09:18 PM) Any way to do this on a Mac?
oggzee said:Someone will need to build the tool on macosx, i think very minor changes would be required to make it work.
Ovitz said:oggzee said:Someone will need to build the tool on macosx, i think very minor changes would be required to make it work.
Thanks for the quick answer. Loving the tool on Windows, but I only have a really old Windows laptop. I look forward to future updates.
oggzee said:You can drag and drop .iso files to it, to convert them to .wbfs files.bnm81002 said:I'm having problems trying to use wbfs_file 1.0, when i click on the wbfs_file icon, I get nothing but a quick flash on my PC, what do I need to do in order to use this program? thanks
For any other command you will need to run it from a CMD window.
Go to the Windows button and run 'cmd'. This will bring up the command prompt. From there, use 'cd' to change your directory to the directory where the app is. Then run "wbfs_file -h" to see the commands you can use.bnm81002 said:ok got the drag and drop working but can you tell me how to run it from a CMD window? thanks for the help![]()