
        ZAP.TXT - Read me text file for ZAP.COM version 1.xx
        ==================================================================

        Instructions:
         
        1. Download ZAP.EXE to a temporary directory on your PC.
        2. Run the ZAP.EXE program to extract the files.
        3. The following two files will be extracted to the 
           temporary directory.
           -- ZAP.COM
           -- ZAP.TXT (this file)
        4. Copy the files to a bootable diskette.
        5. Use the following syntax to run the ZAP program
           from a DOS prompt:


        Syntax: ZAP [<fdisk#>|?]

                Where <fdisk#> = 0 to 7 for Fixed Disk Drive 0
                                         to Fixed Disk Drive 7.
                  or     ?     = Display help.

        ZAP writes the first 128 logical blocks of the drive with 00h
        pattern, starting at Cylinder 0, Head 0, Sector 1.

        ZAP will prompt you to make sure you want to ZAP the drive
        before doing so, you must answer 'y' or 'Y' and press enter.
        Any other responce and ZAP will abort.

        ZAP will display any non zero error code returned from the
        Fixed Disk function call.

        If you do not enter a parameter, ZAP will display help.

     Sample Session Screen:
    ------------------------------------------------------------------------

    A:\>ZAP ?
    ZAP Version 1.xx mm/dd/yy

    Syntax: ZAP [<fdisk#>|?]
      <fdisk#> = 0 to 7
          ?    = Diplays this help

     Example: ZAP 1
      This example will ZAP physical fixed disk drive 1

    A:\>ZAP 0
    ZAP Version 1.xx mm/dd/yy
    All Data on Fixed Disk Will Be Unrecoverable,
    Are You Sure You Want to ZAP Physical Fixed Disk Drive 0 (Y/N)? y
    ZAP of Fixed Disk Drive 0 Complete.

    A:\>_

    ------------------------------------------------------------------------

