
Installing
----------
 If PHP is already installed,  put the sol.exe file 
in the same directory that php.exe (or any directory
that is in the path.)
 Otherwise, you need to download the Php interpreter 
before to use the Scriptol compiler.
  See at http://www.php.net
 (more in the install.html file)

Running
-------
 If the Scriptol source is file1.sol, type:
  sol file1
to compile it into Php.

 Php files are considered as executables. Type:
  php file1.php
to run it.

 If the script is embedded inside a html page, type:
  sol -web file1.sol
  php -q file1.php > test.htm


Distributing this archive
-------------------------
 This archive may be distributed by anyone providing that:
- It is distributed at no charges.
- No file is removed from the archive.
- All files are included unchanged.

________________________________________________________
 More on the site: http://www.scriptol.com
 by D.G. Sureau
