QuickPatcher v1.0  Ghiribizzo 1998
===================================

A simple patching utilility. Allows you to quickly patch files from
a command line prompt.

Usage: QP <filename> <offset> <patch data>

<filename>	MSDOS Filename
<offset> 	Offset in file to patch (in hex)
<patch data>	Patch data (in hex, no spaces)

Example
-------

QP myfile 41e78 909090

will overwrite 3 bytes of myfile at location 41e78h with 3 nops