
PIE - PHP InSim Easy
====================

Overview:
  PIE is a program that will run PHP scripts that connect to InSim (client or 
host), OutSim and OutGauge.
  

Requirements:
  - Windows or emulator  
  - LFS v0.7+ (InSim v9+)
  - Visual C++Redistributable 2015 (often already installed)
    (https://www.microsoft.com/en-us/download/details.aspx?id=48145)
  
  (You do NOT need to install PHP)
  
  
Warning:
  PIE runs scripts, which can be written by anyone. The scripts have the full 
functionality of PHP, which includes file access, internet access, etc. Please 
be sure you trust the source of any script you run!
  
  
Usage:
  PIE is a console executable file - it must be run from the commandline and 
passed the name of the script as a parameter. You may optionally also pass a 
configuration file, in order to override script settings. (This is useful to 
run multiple instances of the same script simultaneously with different 
parameters, or simultaneously on different hosts). Script and config file
paths are relative to the PIE directory by default, and can be absolute.

  > pie script.php [config.cfg]
  
