#######################################################################
#
# Win32::Shortcut - Perl Module to manipulate Windows Shortcut Files
# ^^^^^^^^^^^^^^^
# This module creates an object oriented interface to the Win32
# IShellLink Interface.
#
# Version: 0.03 (07 Mar 1997)
# by Aldo Calpini <dada@divinf.it>
#
#######################################################################


Manifest
^^^^^^^^
The file Win32Shortcut-0.03.zip contains:

    README
    README.TXT
    TEST.PL
    LN32.BAT
    INSTALL.BAT
    SHORTCUT.PM
    SHORTCUT.PLL.110
    SHORTCUT.PLL.30X
    DOCS/INDEX.HTML
    DOCS/INTRO.HTML
    DOCS/LICENSE.HTML
    DOCS/REFERENCE.HTML
    DOCS/TOC.HTML
    SOURCE/README.TXT
    SOURCE/SHORTCUT.CPP
    SOURCE/SHORTCUT.DEF
    SOURCE/SHORTCUT.MAK
    SOURCE/SHORTCUT300.MAK

(be sure to have unzipped it with LONG FILE NAMES and PATHS)


Installation Instructions
^^^^^^^^^^^^^^^^^^^^^^^^^
    1. Run the INSTALL.BAT program.
    2. Run the TEST.PL script to see if everything works.
    3. Have fun.


Documentation
^^^^^^^^^^^^^
Complete documentation for this package is in the file DOCS\INDEX.HTML


What's new in this version
^^^^^^^^^^^^^^^^^^^^^^^^^^
Changes from version 0.02 are:
    . The PLL file now comes in 2 versions, one for Perl version 5.001 (build 110)
      and one for Perl version 5.003 (build 300 and higher, EXCEPT 304).
    . Added an installation program which will automatically copy the right files
      in the right place.


On-line
^^^^^^^
You can always find the latest version of this package online at:

    http://www.divinf.it/dada/perl/shortcut

Send any comment to:

    Aldo Calpini  <dada@divinf.it>