AutoRun Version 4.0 - Copyright  2000,
by Jim Moore, Options Computer Software

********************************************************

LICENSE :

You are hereby granted license to freely use and
distribute this program free of charge.  You may
distribute the program as long as the original
files and documentation are left intact. 

The source is Copyright 2000, Options Computer Software.
If you would like the C source code please write to

jimmmore@optionscomputer.com.

********************************************************

TO USE AUTORUN.EXE :

In additon to the usual AUTORUN.INF file in the format:

[autorun]
icon=someicon.ico
open=autorun.exe

you must create a file called AUTORUN.DAT in the
following format:

[FILE]
execute=somefile.ext
parameters=some parameters

********************************************************

NOTE: <execute> refers to some program or document that
the Windows Shell can either open or execute. And
<parameters> is some string of text that the file or
document needs. The <parameters> string is optional.
The <icon=...> string is also optional in the
AUTORUN.INF file.

Heres an example of the root directory of a CD that
uses the AUTORUN.EXE program:

AUTORUN.EXE
AUTORUN.INF
AUTORUN.DAT
MYFILE.HTM
CD.ICO
IMAGES <DIR>
...

In this case, AUTORUN.EXE uses the following files
to execute the default web browser and open MYFILE.HTM:

AUTORUN.INF:

[autorun]
icon=cd.ico
open=autorun.exe


AUTORUN.DAT

[FILES]
execute=myfile.htm

###