at the moment quickbms supports only one single input file, so no folders or wildcards.
the -f option indeed is referred to the extracted files, for example -f "*.dds" for extracting all the dds from the input archive
anyway just in these days I'm working on a new minor version of quickbms which will have support for input folders so "when" it will be released you could use it as:
Code:
quickbms -F "*.bff" nfsshift.bms "f:\Programme\nfs shift\Pakfiles" e:\NFS_mod\entpackt
while at the moment the only way to make a multi extraction is through the "find" tool that is really a joke to use:
Code:
find "f:\Programme\nfs shift\Pakfiles" -iname "*.bff" -exec E:\NFS_mod\entpackt\tracks\quickbms.exe E:\NFS_mod\entpackt\tracks\nfsshift.bms "{}" e:\NFS_mod\entpackt
the needed files for the find tool:
http://gnuwin32.sourceforge.net/downlinks/findutils-bin-zip.phphttp://gnuwin32.sourceforge.net/downlinks/libintl-bin-zip.phphttp://gnuwin32.sourceforge.net/downlinks/libiconv-bin-zip.php