
			      PascalFCv1.0
			    ----------------



	Author:	Periklis Sochos
	email :	periklis78@hotmail.com




	Overview
	--------

	PascalFCv1.0 is a Java based interface for the Pascal-FC pro-
	gramming language targetting Windows 2000 platforms.  This is 
	the first release of the software.




	Licensing
	---------

	PascalFCv1.0 is distributed under the terms and conditions of 
	the GNU General Public License (GNU GPL); for the license ag-
	remment see the file COPYING under the (..)\pfc directory.



	Requirements
	------------
	
	1. Windows 2000 operating system

	2. Java Runtime 1.3.1 or higher

	
	
	Limitations
	-----------

	1. No white space characters may be used for the names of 
           directories in the path of a pfc file or the pfc file
	   itself.

	2. The names of the directories in the path of a pfc file
  	   or the pfc files themeselves may not be longer than 8 
	   characters long. (this varies between systems)

	3. The total length of the pfc file along with its path,
	   for example:

		C:\myPrograms\pfcPrograms\pfcFile.pfc

	   may not be greater than 38 characters long.

	4. The reserved keywords to perform input to a pfc program
	   "read" and "readln" are not yet supported.



	Running PascalFCv1.0
	--------------------

	1. cd (..)\pfc\bin

	2. Double-click "run.bat"

