Fat imgen: Difference between revisions

1,329 bytes removed ,  5 years ago
no edit summary
[unchecked revision][unchecked revision]
m (idem)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1:
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
'''fat_imgen''' is aan utility youthat canis useused to create and modify [[FAT12]] floppy images with. It is licensed under the MITFair License.
 
== Binaries ==
 
Windows and Linux users can download the latest stable binaries from the [http://sourceforge.net/projects/fatimgen/files/ project's download pageSourceForge].
 
== Source code ==
Line 11:
It shows many aspects of working with [[FAT12]] images.
 
== UsageSee Also ==
=== Articles ===
<pre>
This program can be used to work with FAT12 floppy images.
 
Usage: fat_imgen -c [-F] -f IMG-FILE [-i FILE [-n FILENAME]] [-s FILE]
or: fat_imgen -m -f IMG-FILE -s FILE
or: fat_imgen -m -f IMG-FILE -i FILE [-n FILENAME]
or: fat_imgen -m -f IMG-FILE -i FILE [-n FILENAME] -s FILE
or: fat_imgen -e [-F] -f IMG-FILE
or: fat_imgen -e [-F] -f IMG-FILE [-o FILE] -x FILE
or: fat_imgen -b [-F] [-o FILE]
 
Main operation mode:
-c Create an image.
-m Modify an image.
-e Extract files from an image.
-b Create a standard FAT12 boot sector.
(Without -o, defaults to `bootsect.bin'.)
 
File selection:
-f IMG-FILE Use IMG-FILE as the image file.
-s FILE Use FILE as boot sector in the image.
-i FILE Insert FILE into the image.
-n FILENAME Use FILENAME as the filename of the inserted file.
-x FILE Extract FILE from the image.
-o FILE Write output to FILE.
 
Generic modifiers:
-F Overwrite the output file (e.g. image, boot sector).
 
Informative output:
--help Display this information.
--version Display version information.
</pre>
 
== See also ==
 
* [[FAT]]
 
=== External linksLinks ===
* [http://www.sourceforge.net/projects/fatimgen SourceForge Project Page]
* [http://www.assembla.com/code/slipstream/subversion/nodes/fat_imgen The project's source code]
Anonymous user