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


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

    README
    README.TXT
    TEST.PL
    LN32.BAT
    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
    LIB\AUTO\WIN32\SHORTCUT\SHORTCUT.PLL
    LIB\WIN32\SHORTCUT.PM

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

Installation Instructions
^^^^^^^^^^^^^^^^^^^^^^^^^
    1. Copy the SHORTCUT.PM file into the \PERL\LIB\WIN32 directory.
    2. Copy the SHORTCUT.PLL file into the \PERL\LIB\AUTO\WIN32\SHORTCUT directory.
    3. Run the TEST.PL script to see if everything works.
    4. Have fun.


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


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>

