Installtion:

Make a folder on your hard drive

        MD BESTOP

Copy BESTOP??.ZIP , PKUNZIP to you hard drive

        COPY A: \BESTOP

Unzip Bestop

        CD \BESTOP
        PKUNZIP BESTOP??.ZIP

Put EXE and DLLs into your path by modifying your PATH statement in your
AUTOEXEC.BAT or moving the EXE and DLL file into an pathed subdirectory:

        PATH=...;C:\BESTOP
or

        COPY *.EXE C:\WINDOWS
        COPY *.DLL C:\WINDOWS

        
