This utility is a memory resident program that will solve the problem met 
by Freelance 4.0 when ran on a Novell network. The problem appears when 
Freelance 4.0 is on the network and after creating one chart, you press PgDn 
to go to the second page and try to create a second chart. The error message 
"Error writing temporary file for chart. Press ENTER" appears and you are not 
able to create the second chart.

To use it you must lunch FL4TSR before running FL.COM. You could also create 
a batch (BAT) file to launch the applications. To do this do the following:

Make sure that you have the DOS directory in your DOS path and the FL4TSR.COM
program in the "Freelance For DOS 4.0" directory. At the DOS prompt, in the 
Freelance for DOS directory type (if you have DOS 4.x or over. Otherwise 
use EDLIN):

	EDIT FL4.BAT

Then when the EDIT program is open type the following.

	ECHO OFF
	CLS
	ECHO Launching Freelance For DOS 4.0 with FL4TSR.
	ECHO.
	ECHO Please wait...
	ECHO.
	REM ********* The next line launches the TSR.
	FL4TSR
	REM ********* The next line launches Freelance 4.0 for DOS.
	FL
	REM ********* The next line removes the TSR.
	FL4TSR /R


Now select FILE - SAVE to save the file. To exit EDIT.COM select FILE - EXIT.
In the Freelance For DOS directory you can now type FL4 to launch freelance
with the TSR which should solve the problem creating the second graph.


The following command line parameters are accepted:

/OFF    will de-activate the resident version of the program
/ON     will re-activate the resident version of the program
/R      will remove the resident version of the program from memory



Note:   The program ignores all options except the first one on the command 
	line. So you can only give one at the time.

Note 2: This problem is cretaed by a Novell bug which is present in NETX 
	versions before NETX.COM v3.26 PTF 920429 and after NETX.EXE 
	(not .com), with a version of 3.31 (921112). All the versions of
	NETX in between this two should be OK.

